#EA8373

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

Shades of Geraldine #EA8373

Tints of Geraldine #EA8373

Color information

#EA8373 (or 0xEA8373) is unknown color: approx Geraldine. HEX triplet: EA, 83 and 73. RGB value is (234,131,115). Sum of RGB (Red+Green+Blue) = 234+131+115=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8373 is #157C8C. Grayscale: #A0A0A0. Windows color (decimal): -1408141 or 7570410. OLE color: 7570410.

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

Color convert

RGB234131115-
CMYK00.440.510.08
HSL8.07º73.91%68.43%-
HSV(B)8.07º50.85%91.76%-
XYZ45.1434.9620.59-
YUV159.97102.62180.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.75%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 115 (45.31% from 255) = 23.96%
R=48.75%
G=27.29%
B=23.96%

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
Decimal23413111500.440.510.088.0773.9168.43
HexEA837302C33884a44
Octal352203163054631010112104
Binary1110101010000011111001101011001100111000100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8373; }

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

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

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

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

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

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

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

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