Html Css Color HEX #EA7C73 Geraldine

📋 copy color: '#EA7C73'

red 234 ◦ green 124 ◦ blue 115

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

Shades of Geraldine #EA7C73

Tints of Geraldine #EA7C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.22%

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

R = 49.47%
G = 26.22%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA7C73 (or 0xEA7C73) is known color: Geraldine. HEX triplet: EA, 7C and 73. RGB value is (234,124,115). Sum of RGB (Red+Green+Blue) = 234+124+115=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7C73 is #15838C. Grayscale: #9C9C9C. Windows color (decimal): -1409933 or 7568618. OLE color: 7568618.

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

Color convert

RGB 234 124 115 -
CMYK 0 0.47 0.51 0.08
HSL 4.54º 0.74% 0.68% -
HSV(B) 4.54º 0.51% 0.92% -
XYZ 44.23 33.15 20.29 -
YUV 155.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 234 124 115 0 0.47 0.51 0.08 4.54 0.74 0.68
Hex EA 7C 73 0 2F 33 8 5 4A 44
Octal 352 174 163 0 57 63 10 5 112 104
Binary 11101010 1111100 1110011 0 101111 110011 1000 101 1001010 1000100

Color Harmonies of #EA7C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7C73

Black with #EA7C73

Text Example


Text Example

White with #EA7C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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