#EA563A

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

Shades of Cinnabar #EA563A

Tints of Cinnabar #EA563A

Color information

#EA563A (or 0xEA563A) is unknown color: approx Cinnabar. HEX triplet: EA, 56 and 3A. RGB value is (234,86,58). Sum of RGB (Red+Green+Blue) = 234+86+58=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA563A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA563A is #15A9C5. Grayscale: #7F7F7F. Windows color (decimal): -1419718 or 3823338. OLE color: 3823338.

HSL color Cylindrical-coordinate representation of color #EA563A: hue angle of 9.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA563A is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB2348658-
CMYK00.630.750.08
HSL9.55º80.73%57.25%-
HSV(B)9.55º75.21%91.76%-
XYZ38.0224.456.72-
YUV127.0689.03204.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.90%
GREEN value IS 86 (33.98% from 255) = 22.75%
BLUE value IS 58 (23.05% from 255) = 15.34%
R=61.90%
G=22.75%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234865800.630.750.089.5580.7357.25
HexEA563A03F4B8a5139
Octal35212672077113101212171
Binary11101010101011011101001111111001011100010101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA563A; }

 p { color: rgb(234,86,58); }

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

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

 a { background-color: rgb(234,86,58); }

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

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

 span { border-color: rgb(234,86,58); }

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