Html Css Color HEX #EC8170 Geraldine

📋 copy color: '#EC8170'

red 236 ◦ green 129 ◦ blue 112

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

Shades of Geraldine #EC8170

Tints of Geraldine #EC8170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.04%

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

R = 49.48%
G = 27.04%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC8170 (or 0xEC8170) is known color: Geraldine. HEX triplet: EC, 81 and 70. RGB value is (236,129,112). Sum of RGB (Red+Green+Blue) = 236+129+112=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8170 is #137E8F. Grayscale: #9F9F9F. Windows color (decimal): -1277584 or 7373292. OLE color: 7373292.

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

Color convert

RGB 236 129 112 -
CMYK 0 0.45 0.53 0.07
HSL 8.23º 0.77% 0.68% -
HSV(B) 8.23º 0.53% 0.93% -
XYZ 45.37 34.7 19.64 -
YUV 159.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 236 129 112 0 0.45 0.53 0.07 8.23 0.77 0.68
Hex EC 81 70 0 2D 35 7 8 4D 44
Octal 354 201 160 0 55 65 7 10 115 104
Binary 11101100 10000001 1110000 0 101101 110101 111 1000 1001101 1000100

Color Harmonies of #EC8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8170

Black with #EC8170

Text Example


Text Example

White with #EC8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8170; }

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

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

background-color css

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

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

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

border-color css

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

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

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