#E9562E

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

Shades of Cinnabar #E9562E

Tints of Cinnabar #E9562E

Color information

#E9562E (or 0xE9562E) is unknown color: approx Cinnabar. HEX triplet: E9, 56 and 2E. RGB value is (233,86,46). Sum of RGB (Red+Green+Blue) = 233+86+46=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E9562E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9562E is #16A9D1. Grayscale: #7D7D7D. Windows color (decimal): -1485266 or 3036905. OLE color: 3036905.

HSL color Cylindrical-coordinate representation of color #E9562E: hue angle of 12.83º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9562E is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB2338646-
CMYK00.630.800.09
HSL12.83º80.95%54.71%-
HSV(B)12.83º80.26%91.37%-
XYZ37.4324.185.28-
YUV125.3983.2204.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 63.84%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=63.84%
G=23.56%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233864600.630.800.0912.8380.9554.71
HexE9562E03F509d5137
Octal35112656077120111512167
Binary11101001101011010111001111111010000100111011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9562E; }

 p { color: rgb(233,86,46); }

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

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

 a { background-color: rgb(233,86,46); }

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

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

 span { border-color: rgb(233,86,46); }

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