Html Css Color HEX #EA8475 Geraldine

📋 copy color: '#EA8475'

red 234 ◦ green 132 ◦ blue 117

#EA8475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #EA8475

Tints of Geraldine #EA8475

RGB

 RED value IS 234 (91.8% from 255) = 48.45%

 GREEN value IS 132 (51.95% from 255) = 27.33%

 BLUE value IS 117 (46.09% from 255) = 24.22%

R = 48.45%
G = 27.33%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EA8475 (or 0xEA8475) is known color: Geraldine. HEX triplet: EA, 84 and 75. RGB value is (234,132,117). Sum of RGB (Red+Green+Blue) = 234+132+117=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8475 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8475 is #157B8A. Grayscale: #A0A0A0. Windows color (decimal): -1407883 or 7701738. OLE color: 7701738.

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

Color convert

RGB 234 132 117 -
CMYK 0 0.44 0.5 0.08
HSL 7.69º 0.74% 0.69% -
HSV(B) 7.69º 0.5% 0.92% -
XYZ 45.39 35.28 21.25 -
YUV 160.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 234 132 117 0 0.44 0.5 0.08 7.69 0.74 0.69
Hex EA 84 75 0 2C 32 8 8 4A 45
Octal 352 204 165 0 54 62 10 10 112 105
Binary 11101010 10000100 1110101 0 101100 110010 1000 1000 1001010 1000101

Color Harmonies of #EA8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8475

Black with #EA8475

Text Example


Text Example

White with #EA8475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8475; }

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

 H1.HeaderClassName
 {
   color: #EA8475;
 }
 .AnyTagClassName
 {
   color: #EA8475;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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