#EA8375

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

Shades of Geraldine #EA8375

Tints of Geraldine #EA8375

Color information

#EA8375 (or 0xEA8375) is unknown color: approx Geraldine. HEX triplet: EA, 83 and 75. RGB value is (234,131,117). Sum of RGB (Red+Green+Blue) = 234+131+117=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8375 is #157C8A. Grayscale: #A0A0A0. Windows color (decimal): -1408139 or 7701482. OLE color: 7701482.

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

Color convert

RGB234131117-
CMYK00.440.50.08
HSL7.18º73.58%68.82%-
HSV(B)7.18º50%91.76%-
XYZ45.2635.0121.2-
YUV160.2103.62180.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=48.55%
G=27.18%
B=24.27%

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
Decimal23413111700.440.50.087.1873.5868.82
HexEA837502C32874a45
Octal35220316505462107112105
Binary111010101000001111101010101100110010100011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8375; }

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

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

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

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

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

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

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

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