Html Css Color HEX #EA7973 Geraldine

📋 copy color: '#EA7973'

red 234 ◦ green 121 ◦ blue 115

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

Shades of Geraldine #EA7973

Tints of Geraldine #EA7973

RGB

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

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

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

R = 49.79%
G = 25.74%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA7973 (or 0xEA7973) is known color: Geraldine. HEX triplet: EA, 79 and 73. RGB value is (234,121,115). Sum of RGB (Red+Green+Blue) = 234+121+115=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 121 (47.66% from 255 or 25.74% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7973 is #15868C. Grayscale: #9A9A9A. Windows color (decimal): -1410701 or 7567850. OLE color: 7567850.

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

Color convert

RGB 234 121 115 -
CMYK 0 0.48 0.51 0.08
HSL 3.03º 0.74% 0.68% -
HSV(B) 3.03º 0.51% 0.92% -
XYZ 43.86 32.4 20.16 -
YUV 154.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 234 121 115 0 0.48 0.51 0.08 3.03 0.74 0.68
Hex EA 79 73 0 30 33 8 3 4A 44
Octal 352 171 163 0 60 63 10 3 112 104
Binary 11101010 1111001 1110011 0 110000 110011 1000 11 1001010 1000100

Color Harmonies of #EA7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7973

Black with #EA7973

Text Example


Text Example

White with #EA7973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7973; }

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

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

background-color css

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

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

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

border-color css

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

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

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