#EC8471

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

Shades of Geraldine #EC8471

Tints of Geraldine #EC8471

Color information

#EC8471 (or 0xEC8471) is unknown color: approx Geraldine. HEX triplet: EC, 84 and 71. RGB value is (236,132,113). Sum of RGB (Red+Green+Blue) = 236+132+113=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8471 is #137B8E. Grayscale: #A1A1A1. Windows color (decimal): -1276815 or 7439596. OLE color: 7439596.

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

Color convert

RGB236132113-
CMYK00.440.520.07
HSL9.27º76.4%68.43%-
HSV(B)9.27º52.12%92.55%-
XYZ45.8235.5320.07-
YUV160.93100.96181.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=49.06%
G=27.44%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613211300.440.520.079.2776.468.43
HexEC847102C34794c44
Octal35420416105464711114104
Binary111011001000010011100010101100110100111100110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8471; }

 p { color: rgb(236,132,113); }

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

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

 a { background-color: rgb(236,132,113); }

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

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

 span { border-color: rgb(236,132,113); }

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