Html Css Color HEX #EA8579 Geraldine

📋 copy color: '#EA8579'

red 234 ◦ green 133 ◦ blue 121

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

Shades of Geraldine #EA8579

Tints of Geraldine #EA8579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.25%

 BLUE value IS 121 (47.66% from 255) = 24.8%

R = 47.95%
G = 27.25%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA8579 (or 0xEA8579) is known color: Geraldine. HEX triplet: EA, 85 and 79. RGB value is (234,133,121). Sum of RGB (Red+Green+Blue) = 234+133+121=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8579 is #157A86. Grayscale: #A1A1A1. Windows color (decimal): -1407623 or 7964138. OLE color: 7964138.

HSL color Cylindrical-coordinate representation of color #EA8579: hue angle of 6.37º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA8579 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 133 121 -
CMYK 0 0.43 0.48 0.08
HSL 6.37º 0.73% 0.7% -
HSV(B) 6.37º 0.48% 0.92% -
XYZ 45.77 35.65 22.56 -
YUV 161.83 104.96 179.48 -
System Red Green Blue C M Y K H S L
Decimal 234 133 121 0 0.43 0.48 0.08 6.37 0.73 0.7
Hex EA 85 79 0 2B 30 8 6 49 46
Octal 352 205 171 0 53 60 10 6 111 106
Binary 11101010 10000101 1111001 0 101011 110000 1000 110 1001001 1000110

Color Harmonies of #EA8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8579

Black with #EA8579

Text Example


Text Example

White with #EA8579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8579; }

 p { color: rgb(234,133,121); }

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

background-color css

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

 a { background-color: rgb(234,133,121); }

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

border-color css

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

 span { border-color: rgb(234,133,121); }

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