#EC8170

Color #EC8170 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #EC8170

Tints of Geraldine #EC8170

Color information

#EC8170 (or 0xEC8170) is unknown color: approx 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

RGB236129112-
CMYK00.450.530.07
HSL8.23º76.54%68.24%-
HSV(B)8.23º52.54%92.55%-
XYZ45.3734.719.64-
YUV159.05101.45182.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612911200.450.530.078.2376.5468.24
HexEC817002D35784d44
Octal35420116005565710115104
Binary111011001000000111100000101101110101111100010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>