#EC8370

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

Shades of Geraldine #EC8370

Tints of Geraldine #EC8370

Color information

#EC8370 (or 0xEC8370) is unknown color: approx Geraldine. HEX triplet: EC, 83 and 70. RGB value is (236,131,112). Sum of RGB (Red+Green+Blue) = 236+131+112=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8370 is #137C8F. Grayscale: #A0A0A0. Windows color (decimal): -1277072 or 7373804. OLE color: 7373804.

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

Color convert

RGB236131112-
CMYK00.440.530.07
HSL9.19º76.54%68.24%-
HSV(B)9.19º52.54%92.55%-
XYZ45.6335.2419.73-
YUV160.23100.79182.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 112 (44.14% from 255) = 23.38%
R=49.27%
G=27.35%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613111200.440.530.079.1976.5468.24
HexEC837002C35794d44
Octal35420316005465711115104
Binary111011001000001111100000101100110101111100110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8370; }

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

 H1.HeaderClassName
 {
   color: #EC8370;
 }
 .AnyTagClassName
 {
   color: #EC8370;
 }
</style>
background-color css

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

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

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

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

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

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