Html Css Color HEX #EA7F73 Geraldine

📋 copy color: '#EA7F73'

red 234 ◦ green 127 ◦ blue 115

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

Shades of Geraldine #EA7F73

Tints of Geraldine #EA7F73

RGB

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

 GREEN value IS 127 (50% from 255) = 26.68%

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

R = 49.16%
G = 26.68%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA7F73 (or 0xEA7F73) is known color: Geraldine. HEX triplet: EA, 7F and 73. RGB value is (234,127,115). Sum of RGB (Red+Green+Blue) = 234+127+115=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7F73 is #15808C. Grayscale: #9D9D9D. Windows color (decimal): -1409165 or 7569386. OLE color: 7569386.

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

Color convert

RGB 234 127 115 -
CMYK 0 0.46 0.51 0.08
HSL 6.05º 0.74% 0.68% -
HSV(B) 6.05º 0.51% 0.92% -
XYZ 44.62 33.91 20.41 -
YUV 157.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 234 127 115 0 0.46 0.51 0.08 6.05 0.74 0.68
Hex EA 7F 73 0 2E 33 8 6 4A 44
Octal 352 177 163 0 56 63 10 6 112 104
Binary 11101010 1111111 1110011 0 101110 110011 1000 110 1001010 1000100

Color Harmonies of #EA7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7F73

Black with #EA7F73

Text Example


Text Example

White with #EA7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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