#EA8475

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

Shades of Geraldine #EA8475

Tints of Geraldine #EA8475

Color information

#EA8475 (or 0xEA8475) is unknown color: approx Geraldine. HEX triplet: EA, 84 and 75. RGB value is (234,132,117). Sum of RGB (Red+Green+Blue) = 234+132+117=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8475 is #157B8A. Grayscale: #A0A0A0. Windows color (decimal): -1407883 or 7701738. OLE color: 7701738.

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

Color convert

RGB234132117-
CMYK00.440.50.08
HSL7.69º73.58%68.82%-
HSV(B)7.69º50%91.76%-
XYZ45.3935.2821.25-
YUV160.79103.29180.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.45%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=48.45%
G=27.33%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413211700.440.50.087.6973.5868.82
HexEA847502C32884a45
Octal352204165054621010112105
Binary1110101010000100111010101011001100101000100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8475; }

 p { color: rgb(234,132,117); }

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

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

 a { background-color: rgb(234,132,117); }

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

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

 span { border-color: rgb(234,132,117); }

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