#EA8479

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

Shades of Geraldine #EA8479

Tints of Geraldine #EA8479

Color information

#EA8479 (or 0xEA8479) is unknown color: approx Geraldine. HEX triplet: EA, 84 and 79. RGB value is (234,132,121). Sum of RGB (Red+Green+Blue) = 234+132+121=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8479 is #157B86. Grayscale: #A1A1A1. Windows color (decimal): -1407879 or 7963882. OLE color: 7963882.

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

Color convert

RGB234132121-
CMYK00.440.480.08
HSL5.84º72.9%69.61%-
HSV(B)5.84º48.29%91.76%-
XYZ45.6335.3822.51-
YUV161.24105.29179.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 121 (47.66% from 255) = 24.85%
R=48.05%
G=27.10%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413212100.440.480.085.8472.969.61
HexEA847902C30864946
Octal35220417105460106111106
Binary111010101000010011110010101100110000100011010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8479; }

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

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

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

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

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

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

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

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