#EC8075

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

Shades of Geraldine #EC8075

Tints of Geraldine #EC8075

Color information

#EC8075 (or 0xEC8075) is unknown color: approx Geraldine. HEX triplet: EC, 80 and 75. RGB value is (236,128,117). Sum of RGB (Red+Green+Blue) = 236+128+117=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8075 is #137F8A. Grayscale: #9F9F9F. Windows color (decimal): -1277835 or 7700716. OLE color: 7700716.

HSL color Cylindrical-coordinate representation of color #EC8075: hue angle of 5.55º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC8075 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB236128117-
CMYK00.460.500.07
HSL5.55º75.8%69.22%-
HSV(B)5.55º50.42%92.55%-
XYZ45.5234.5621.1-
YUV159.04104.28182.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 117 (46.09% from 255) = 24.32%
R=49.06%
G=26.61%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612811700.460.500.075.5575.869.22
HexEC807502E32764c45
Octal3542001650566276114105
Binary11101100100000001110101010111011001011111010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8075; }

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

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

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

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

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

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

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

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