#EA8377

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

Shades of Geraldine #EA8377

Tints of Geraldine #EA8377

Color information

#EA8377 (or 0xEA8377) is unknown color: approx Geraldine. HEX triplet: EA, 83 and 77. RGB value is (234,131,119). Sum of RGB (Red+Green+Blue) = 234+131+119=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8377 is #157C88. Grayscale: #A0A0A0. Windows color (decimal): -1408137 or 7832554. OLE color: 7832554.

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

Color convert

RGB234131119-
CMYK00.440.490.08
HSL6.26º73.25%69.22%-
HSV(B)6.26º49.15%91.76%-
XYZ45.3835.0621.83-
YUV160.43104.62180.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 131 (51.56% from 255) = 27.07%
BLUE value IS 119 (46.88% from 255) = 24.59%
R=48.35%
G=27.07%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413111900.440.490.086.2673.2569.22
HexEA837702C31864945
Octal35220316705461106111105
Binary111010101000001111101110101100110001100011010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8377; }

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

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

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

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

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

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

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

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