#E9766E

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

Shades of Geraldine #E9766E

Tints of Geraldine #E9766E

Color information

#E9766E (or 0xE9766E) is unknown color: approx Geraldine. HEX triplet: E9, 76 and 6E. RGB value is (233,118,110). Sum of RGB (Red+Green+Blue) = 233+118+110=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E9766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9766E is #168991. Grayscale: #979797. Windows color (decimal): -1477010 or 7239401. OLE color: 7239401.

HSL color Cylindrical-coordinate representation of color #E9766E: hue angle of 3.9º 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 #E9766E is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB233118110-
CMYK00.490.530.09
HSL3.9º73.65%67.25%-
HSV(B)3.9º52.79%91.37%-
XYZ42.931.4118.55-
YUV151.47104.6186.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.54%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 110 (43.36% from 255) = 23.86%
R=50.54%
G=25.60%
B=23.86%

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
Decimal23311811000.490.530.093.973.6567.25
HexE9766E03135944a43
Octal35116615606165114112103
Binary11101001111011011011100110001110101100110010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9766E; }

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

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

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

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

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

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

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

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