#E8806D

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

Shades of Geraldine #E8806D

Tints of Geraldine #E8806D

Color information

#E8806D (or 0xE8806D) is unknown color: approx Geraldine. HEX triplet: E8, 80 and 6D. RGB value is (232,128,109). Sum of RGB (Red+Green+Blue) = 232+128+109=469 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.47% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 232 - color contains mainly: red. Hex color #E8806D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8806D is #177F92. Grayscale: #9D9D9D. Windows color (decimal): -1539987 or 7176424. OLE color: 7176424.

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

Color convert

RGB232128109-
CMYK00.450.530.09
HSL9.27º72.78%66.86%-
HSV(B)9.27º53.02%90.98%-
XYZ43.7633.718.67-
YUV156.93100.96181.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.47%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 109 (42.97% from 255) = 23.24%
R=49.47%
G=27.29%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212810900.450.530.099.2772.7866.86
HexE8806D02D35994943
Octal350200155055651111111103
Binary1110100010000000110110101011011101011001100110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8806D; }

 p { color: rgb(232,128,109); }

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

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

 a { background-color: rgb(232,128,109); }

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

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

 span { border-color: rgb(232,128,109); }

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