#e9766d

Color #E9766D Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #E9766D

Tints of Geraldine #E9766D

Color information

#E9766D (or 0xE9766D) is unknown color: approx Geraldine. HEX triplet: E9, 76 and 6D. RGB value is (233,118,109). Sum of RGB (Red+Green+Blue) = 233+118+109=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E9766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9766D is #168992. Grayscale: #979797. Windows color (decimal): -1477011 or 7173865. OLE color: 7173865.

HSL color Cylindrical-coordinate representation of color #E9766D: hue angle of 4.35º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9766D is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB233118109-
CMYK00.490.530.09
HSL4.35º73.81%67.06%-
HSV(B)4.35º53.22%91.37%-
XYZ42.8431.3818.27-
YUV151.36104.1186.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 233 (91.41% from 255) = 50.65%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=50.65%
G=25.65%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311810900.490.530.094.3573.8167.06
HexE9766D03135944a43
Octal35116615506165114112103
Binary11101001111011011011010110001110101100110010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9766d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9766d; }

 p { color: rgb(233,118,109); }

 H1.HeaderClassName
 {
   color: #e9766d;
 }
 .AnyTagClassName
 {
   color: #e9766d;
 }
</style>
background-color css

<style>
 a { background-color: #e9766d; }

 a { background-color: rgb(233,118,109); }

 div.DivClassName
 {
   background-color: #e9766d;
 }
 .BgClassName
 {
   background-color: #e9766d;
 }
</style>
border-color css

<style>
 span { border-color: #e9766d; }

 span { border-color: rgb(233,118,109); }

 td.TdClassName
 {
   border-color: #e9766d;
 }
 .TagClassName
 {
   border-color: #e9766d;
 }
</style>