Html Css Color HEX #EC7D73 Geraldine

📋 copy color: '#EC7D73'

red 236 ◦ green 125 ◦ blue 115

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

Shades of Geraldine #EC7D73

Tints of Geraldine #EC7D73

RGB

 RED value IS 236 (92.58% from 255) = 49.58%

 GREEN value IS 125 (49.22% from 255) = 26.26%

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

R = 49.58%
G = 26.26%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC7D73 (or 0xEC7D73) is known color: Geraldine. HEX triplet: EC, 7D and 73. RGB value is (236,125,115). Sum of RGB (Red+Green+Blue) = 236+125+115=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7D73 is #13828C. Grayscale: #9D9D9D. Windows color (decimal): -1278605 or 7568876. OLE color: 7568876.

HSL color Cylindrical-coordinate representation of color #EC7D73: hue angle of 4.96º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC7D73 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 125 115 -
CMYK 0 0.47 0.51 0.07
HSL 4.96º 0.76% 0.69% -
HSV(B) 4.96º 0.51% 0.93% -
XYZ 45.02 33.74 20.36 -
YUV 157.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 236 125 115 0 0.47 0.51 0.07 4.96 0.76 0.69
Hex EC 7D 73 0 2F 33 7 5 4C 45
Octal 354 175 163 0 57 63 7 5 114 105
Binary 11101100 1111101 1110011 0 101111 110011 111 101 1001100 1000101

Color Harmonies of #EC7D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D73

Black with #EC7D73

Text Example


Text Example

White with #EC7D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D73; }

 p { color: rgb(236,125,115); }

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

background-color css

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

 a { background-color: rgb(236,125,115); }

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

border-color css

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

 span { border-color: rgb(236,125,115); }

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