#EC8372

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

Shades of Geraldine #EC8372

Tints of Geraldine #EC8372

Color information

#EC8372 (or 0xEC8372) is unknown color: approx Geraldine. HEX triplet: EC, 83 and 72. RGB value is (236,131,114). Sum of RGB (Red+Green+Blue) = 236+131+114=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8372 is #137C8D. Grayscale: #A0A0A0. Windows color (decimal): -1277070 or 7504876. OLE color: 7504876.

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

Color convert

RGB236131114-
CMYK00.440.520.07
HSL8.36º76.25%68.63%-
HSV(B)8.36º51.69%92.55%-
XYZ45.7535.2820.32-
YUV160.46101.79181.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 114 (44.92% from 255) = 23.70%
R=49.06%
G=27.23%
B=23.70%

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
Decimal23613111400.440.520.078.3676.2568.63
HexEC837202C34784c45
Octal35420316205464710114105
Binary111011001000001111100100101100110100111100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8372; }

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

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

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

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

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

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

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

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