Html Css Color HEX #EC8570 Geraldine

📋 copy color: '#EC8570'

red 236 ◦ green 133 ◦ blue 112

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

Shades of Geraldine #EC8570

Tints of Geraldine #EC8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.65%

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 49.06%
G = 27.65%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC8570 (or 0xEC8570) is known color: Geraldine. HEX triplet: EC, 85 and 70. RGB value is (236,133,112). Sum of RGB (Red+Green+Blue) = 236+133+112=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8570 is #137A8F. Grayscale: #A1A1A1. Windows color (decimal): -1276560 or 7374316. OLE color: 7374316.

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

Color convert

RGB 236 133 112 -
CMYK 0 0.44 0.53 0.07
HSL 10.16º 0.77% 0.68% -
HSV(B) 10.16º 0.53% 0.93% -
XYZ 45.9 35.78 19.82 -
YUV 161.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 236 133 112 0 0.44 0.53 0.07 10.16 0.77 0.68
Hex EC 85 70 0 2C 35 7 A 4D 44
Octal 354 205 160 0 54 65 7 12 115 104
Binary 11101100 10000101 1110000 0 101100 110101 111 1010 1001101 1000100

Color Harmonies of #EC8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8570

Black with #EC8570

Text Example


Text Example

White with #EC8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8570; }

 p { color: rgb(236,133,112); }

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

background-color css

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

 a { background-color: rgb(236,133,112); }

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

border-color css

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

 span { border-color: rgb(236,133,112); }

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