Html Css Color HEX #EC8472 Geraldine

📋 copy color: '#EC8472'

red 236 ◦ green 132 ◦ blue 114

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

Shades of Geraldine #EC8472

Tints of Geraldine #EC8472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 48.96%
G = 27.39%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC8472 (or 0xEC8472) is known color: Geraldine. HEX triplet: EC, 84 and 72. RGB value is (236,132,114). Sum of RGB (Red+Green+Blue) = 236+132+114=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8472 is #137B8D. Grayscale: #A1A1A1. Windows color (decimal): -1276814 or 7505132. OLE color: 7505132.

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

Color convert

RGB 236 132 114 -
CMYK 0 0.44 0.52 0.07
HSL 8.85º 0.76% 0.69% -
HSV(B) 8.85º 0.52% 0.93% -
XYZ 45.88 35.55 20.36 -
YUV 161.04 101.46 181.46 -
System Red Green Blue C M Y K H S L
Decimal 236 132 114 0 0.44 0.52 0.07 8.85 0.76 0.69
Hex EC 84 72 0 2C 34 7 9 4C 45
Octal 354 204 162 0 54 64 7 11 114 105
Binary 11101100 10000100 1110010 0 101100 110100 111 1001 1001100 1000101

Color Harmonies of #EC8472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8472

Black with #EC8472

Text Example


Text Example

White with #EC8472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8472; }

 p { color: rgb(236,132,114); }

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

background-color css

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

 a { background-color: rgb(236,132,114); }

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

border-color css

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

 span { border-color: rgb(236,132,114); }

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