Html Css Color HEX #EA7976 Geraldine

📋 copy color: '#EA7976'

red 234 ◦ green 121 ◦ blue 118

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

Shades of Geraldine #EA7976

Tints of Geraldine #EA7976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.58%

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

R = 49.47%
G = 25.58%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA7976 (or 0xEA7976) is known color: Geraldine. HEX triplet: EA, 79 and 76. RGB value is (234,121,118). Sum of RGB (Red+Green+Blue) = 234+121+118=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7976 is #158689. Grayscale: #9A9A9A. Windows color (decimal): -1410698 or 7764458. OLE color: 7764458.

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

Color convert

RGB 234 121 118 -
CMYK 0 0.48 0.50 0.08
HSL 1.55º 0.73% 0.69% -
HSV(B) 1.55º 0.5% 0.92% -
XYZ 44.04 32.48 21.09 -
YUV 154.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 234 121 118 0 0.48 0.50 0.08 1.55 0.73 0.69
Hex EA 79 76 0 30 32 8 2 49 45
Octal 352 171 166 0 60 62 10 2 111 105
Binary 11101010 1111001 1110110 0 110000 110010 1000 10 1001001 1000101

Color Harmonies of #EA7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7976

Black with #EA7976

Text Example


Text Example

White with #EA7976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7976; }

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

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

background-color css

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

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

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

border-color css

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

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

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