Html Css Color HEX #EA7A73 Geraldine

📋 copy color: '#EA7A73'

red 234 ◦ green 122 ◦ blue 115

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

Shades of Geraldine #EA7A73

Tints of Geraldine #EA7A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.9%

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

R = 49.68%
G = 25.9%
B = 24.42%

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

#EA7A73 (or 0xEA7A73) is known color: Geraldine. HEX triplet: EA, 7A and 73. RGB value is (234,122,115). Sum of RGB (Red+Green+Blue) = 234+122+115=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A73 is #15858C. Grayscale: #9A9A9A. Windows color (decimal): -1410445 or 7568106. OLE color: 7568106.

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

Color convert

RGB 234 122 115 -
CMYK 0 0.48 0.51 0.08
HSL 3.53º 0.74% 0.68% -
HSV(B) 3.53º 0.51% 0.92% -
XYZ 43.99 32.65 20.2 -
YUV 154.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 234 122 115 0 0.48 0.51 0.08 3.53 0.74 0.68
Hex EA 7A 73 0 30 33 8 4 4A 44
Octal 352 172 163 0 60 63 10 4 112 104
Binary 11101010 1111010 1110011 0 110000 110011 1000 100 1001010 1000100

Color Harmonies of #EA7A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7A73

Black with #EA7A73

Text Example


Text Example

White with #EA7A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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