Html Css Color HEX #EC8072 Geraldine

📋 copy color: '#EC8072'

red 236 ◦ green 128 ◦ blue 114

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

Shades of Geraldine #EC8072

Tints of Geraldine #EC8072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.78%

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

R = 49.37%
G = 26.78%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC8072 (or 0xEC8072) is known color: Geraldine. HEX triplet: EC, 80 and 72. RGB value is (236,128,114). Sum of RGB (Red+Green+Blue) = 236+128+114=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 114 (44.92% from 255 or 23.85% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8072 is #137F8D. Grayscale: #9E9E9E. Windows color (decimal): -1277838 or 7504108. OLE color: 7504108.

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

Color convert

RGB 236 128 114 -
CMYK 0 0.46 0.52 0.07
HSL 6.89º 0.76% 0.69% -
HSV(B) 6.89º 0.52% 0.93% -
XYZ 45.35 34.49 20.19 -
YUV 158.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 236 128 114 0 0.46 0.52 0.07 6.89 0.76 0.69
Hex EC 80 72 0 2E 34 7 7 4C 45
Octal 354 200 162 0 56 64 7 7 114 105
Binary 11101100 10000000 1110010 0 101110 110100 111 111 1001100 1000101

Color Harmonies of #EC8072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8072

Black with #EC8072

Text Example


Text Example

White with #EC8072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8072; }

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

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

background-color css

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

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

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

border-color css

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

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

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