#EC5432

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

Shades of Cinnabar #EC5432

Tints of Cinnabar #EC5432

Color information

#EC5432 (or 0xEC5432) is unknown color: approx Cinnabar. HEX triplet: EC, 54 and 32. RGB value is (236,84,50). Sum of RGB (Red+Green+Blue) = 236+84+50=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5432 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5432 is #13ABCD. Grayscale: #7D7D7D. Windows color (decimal): -1289166 or 3298540. OLE color: 3298540.

HSL color Cylindrical-coordinate representation of color #EC5432: hue angle of 10.97º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC5432 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB2368450-
CMYK00.640.790.07
HSL10.97º83.04%56.08%-
HSV(B)10.97º78.81%92.55%-
XYZ38.3424.45.71-
YUV125.5785.36206.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 63.78%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=63.78%
G=22.70%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236845000.640.790.0710.9783.0456.08
HexEC54320404F7b5338
Octal35412462010011771312370
Binary11101100101010011001001000000100111111110111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5432; }

 p { color: rgb(236,84,50); }

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

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

 a { background-color: rgb(236,84,50); }

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

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

 span { border-color: rgb(236,84,50); }

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