#E9756F

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

Shades of Geraldine #E9756F

Tints of Geraldine #E9756F

Color information

#E9756F (or 0xE9756F) is unknown color: approx Geraldine. HEX triplet: E9, 75 and 6F. RGB value is (233,117,111). Sum of RGB (Red+Green+Blue) = 233+117+111=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E9756F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9756F is #168A90. Grayscale: #979797. Windows color (decimal): -1477265 or 7304681. OLE color: 7304681.

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

Color convert

RGB233117111-
CMYK00.500.520.09
HSL2.95º73.49%67.45%-
HSV(B)2.95º52.36%91.37%-
XYZ42.8331.1918.8-
YUV151105.43186.49-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 50.54%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=50.54%
G=25.38%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311711100.500.520.092.9573.4967.45
HexE9756F03234934943
Octal35116515706264113111103
Binary1110100111101011101111011001011010010011110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9756F; }

 p { color: rgb(233,117,111); }

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

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

 a { background-color: rgb(233,117,111); }

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

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

 span { border-color: rgb(233,117,111); }

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