#EA8677

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

Shades of Geraldine #EA8677

Tints of Geraldine #EA8677

Color information

#EA8677 (or 0xEA8677) is unknown color: approx Geraldine. HEX triplet: EA, 86 and 77. RGB value is (234,134,119). Sum of RGB (Red+Green+Blue) = 234+134+119=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8677 is #157988. Grayscale: #A2A2A2. Windows color (decimal): -1407369 or 7833322. OLE color: 7833322.

HSL color Cylindrical-coordinate representation of color #EA8677: hue angle of 7.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA8677 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234134119-
CMYK00.430.490.08
HSL7.83º73.25%69.22%-
HSV(B)7.83º49.15%91.76%-
XYZ45.7935.8721.96-
YUV162.19103.63179.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 119 (46.88% from 255) = 24.44%
R=48.05%
G=27.52%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413411900.430.490.087.8373.2569.22
HexEA867702B31884945
Octal352206167053611010111105
Binary1110101010000110111011101010111100011000100010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8677; }

 p { color: rgb(234,134,119); }

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

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

 a { background-color: rgb(234,134,119); }

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

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

 span { border-color: rgb(234,134,119); }

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