Html Css Color HEX #EA8173 Geraldine

📋 copy color: '#EA8173'

red 234 ◦ green 129 ◦ blue 115

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

Shades of Geraldine #EA8173

Tints of Geraldine #EA8173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.99%

 BLUE value IS 115 (45.31% from 255) = 24.06%

R = 48.95%
G = 26.99%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA8173 (or 0xEA8173) is known color: Geraldine. HEX triplet: EA, 81 and 73. RGB value is (234,129,115). Sum of RGB (Red+Green+Blue) = 234+129+115=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8173 is #157E8C. Grayscale: #9E9E9E. Windows color (decimal): -1408653 or 7569898. OLE color: 7569898.

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

Color convert

RGB 234 129 115 -
CMYK 0 0.45 0.51 0.08
HSL 7.06º 0.74% 0.68% -
HSV(B) 7.06º 0.51% 0.92% -
XYZ 44.88 34.43 20.5 -
YUV 158.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 234 129 115 0 0.45 0.51 0.08 7.06 0.74 0.68
Hex EA 81 73 0 2D 33 8 7 4A 44
Octal 352 201 163 0 55 63 10 7 112 104
Binary 11101010 10000001 1110011 0 101101 110011 1000 111 1001010 1000100

Color Harmonies of #EA8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8173

Black with #EA8173

Text Example


Text Example

White with #EA8173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8173; }

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

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

background-color css

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

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

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

border-color css

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

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

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