Html Css Color HEX #EA8576 Geraldine

📋 copy color: '#EA8576'

red 234 ◦ green 133 ◦ blue 118

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

Shades of Geraldine #EA8576

Tints of Geraldine #EA8576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 48.25%
G = 27.42%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA8576 (or 0xEA8576) is known color: Geraldine. HEX triplet: EA, 85 and 76. RGB value is (234,133,118). Sum of RGB (Red+Green+Blue) = 234+133+118=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8576 is #157A89. Grayscale: #A1A1A1. Windows color (decimal): -1407626 or 7767530. OLE color: 7767530.

HSL color Cylindrical-coordinate representation of color #EA8576: hue angle of 7.76º degrees, saturation: 0.73, 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 #EA8576 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 133 118 -
CMYK 0 0.43 0.50 0.08
HSL 7.76º 0.73% 0.69% -
HSV(B) 7.76º 0.5% 0.92% -
XYZ 45.59 35.58 21.6 -
YUV 161.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 234 133 118 0 0.43 0.50 0.08 7.76 0.73 0.69
Hex EA 85 76 0 2B 32 8 8 49 45
Octal 352 205 166 0 53 62 10 10 111 105
Binary 11101010 10000101 1110110 0 101011 110010 1000 1000 1001001 1000101

Color Harmonies of #EA8576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8576

Black with #EA8576

Text Example


Text Example

White with #EA8576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8576; }

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

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

background-color css

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

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

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

border-color css

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

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

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