#ea8072

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

Shades of Geraldine #EA8072

Tints of Geraldine #EA8072

Color information

#EA8072 (or 0xEA8072) is unknown color: approx Geraldine. HEX triplet: EA, 80 and 72. RGB value is (234,128,114). Sum of RGB (Red+Green+Blue) = 234+128+114=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8072 is #157F8D. Grayscale: #9E9E9E. Windows color (decimal): -1408910 or 7504106. OLE color: 7504106.

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

Color convert

RGB234128114-
CMYK00.450.510.08
HSL74.07%68.24%-
HSV(B)51.28%91.76%-
XYZ44.6934.1520.16-
YUV158.1103.12182.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.16%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 114 (44.92% from 255) = 23.95%
R=49.16%
G=26.89%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412811400.450.510.08774.0768.24
HexEA807202D33874a44
Octal35220016205563107112104
Binary111010101000000011100100101101110011100011110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea8072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea8072; }

 p { color: rgb(234,128,114); }

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

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

 a { background-color: rgb(234,128,114); }

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

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

 span { border-color: rgb(234,128,114); }

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