#EA8473

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

Shades of Geraldine #EA8473

Tints of Geraldine #EA8473

Color information

#EA8473 (or 0xEA8473) is unknown color: approx Geraldine. HEX triplet: EA, 84 and 73. RGB value is (234,132,115). Sum of RGB (Red+Green+Blue) = 234+132+115=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8473 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8473 is #157B8C. Grayscale: #A0A0A0. Windows color (decimal): -1407885 or 7570666. OLE color: 7570666.

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

Color convert

RGB234132115-
CMYK00.440.510.08
HSL8.57º73.91%68.43%-
HSV(B)8.57º50.85%91.76%-
XYZ45.2835.2320.63-
YUV160.56102.29180.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.65%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 115 (45.31% from 255) = 23.91%
R=48.65%
G=27.44%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413211500.440.510.088.5773.9168.43
HexEA847302C33894a44
Octal352204163054631011112104
Binary1110101010000100111001101011001100111000100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8473; }

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

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

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

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

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

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

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

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