#E9806F

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

Shades of Geraldine #E9806F

Tints of Geraldine #E9806F

Color information

#E9806F (or 0xE9806F) is unknown color: approx Geraldine. HEX triplet: E9, 80 and 6F. RGB value is (233,128,111). Sum of RGB (Red+Green+Blue) = 233+128+111=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 111 (43.75% from 255 or 23.52% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E9806F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9806F is #167F90. Grayscale: #9D9D9D. Windows color (decimal): -1474449 or 7307497. OLE color: 7307497.

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

Color convert

RGB233128111-
CMYK00.450.520.09
HSL8.36º73.49%67.45%-
HSV(B)8.36º52.36%91.37%-
XYZ44.1933.9119.25-
YUV157.46101.79181.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 49.36%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 111 (43.75% from 255) = 23.52%
R=49.36%
G=27.12%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312811100.450.520.098.3673.4967.45
HexE9806F02D34984943
Octal351200157055641110111103
Binary1110100110000000110111101011011101001001100010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9806F; }

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

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

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

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

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

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

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

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