Html Css Color HEX #EA8473 Geraldine

📋 copy color: '#EA8473'

red 234 ◦ green 132 ◦ blue 115

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

Shades of Geraldine #EA8473

Tints of Geraldine #EA8473

RGB

 RED value IS 234 (91.8% 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 value IS 0

 M value IS 0.44

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA8473 (or 0xEA8473) is known color: 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

RGB 234 132 115 -
CMYK 0 0.44 0.51 0.08
HSL 8.57º 0.74% 0.68% -
HSV(B) 8.57º 0.51% 0.92% -
XYZ 45.28 35.23 20.63 -
YUV 160.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 234 132 115 0 0.44 0.51 0.08 8.57 0.74 0.68
Hex EA 84 73 0 2C 33 8 9 4A 44
Octal 352 204 163 0 54 63 10 11 112 104
Binary 11101010 10000100 1110011 0 101100 110011 1000 1001 1001010 1000100

Color Harmonies of #EA8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8473

Black with #EA8473

Text Example


Text Example

White with #EA8473

Text Example


Text Example

HTML Codes & Css Web 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>