#EA5020

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

Shades of Cinnabar #EA5020

Tints of Cinnabar #EA5020

Color information

#EA5020 (or 0xEA5020) is unknown color: approx Cinnabar. HEX triplet: EA, 50 and 20. RGB value is (234,80,32). Sum of RGB (Red+Green+Blue) = 234+80+32=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5020 is #15AFDF. Grayscale: #787878. Windows color (decimal): -1421280 or 2117866. OLE color: 2117866.

HSL color Cylindrical-coordinate representation of color #EA5020: hue angle of 14.26º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA5020 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB2348032-
CMYK00.660.860.08
HSL14.26º82.79%52.16%-
HSV(B)14.26º86.32%91.76%-
XYZ37.0623.333.92-
YUV120.5778.02208.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 67.63%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 32 (12.89% from 255) = 9.25%
R=67.63%
G=23.12%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234803200.660.860.0814.2682.7952.16
HexEA5020042568e5334
Octal352120400102126101612364
Binary111010101010000100000010000101010110100011101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5020; }

 p { color: rgb(234,80,32); }

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

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

 a { background-color: rgb(234,80,32); }

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

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

 span { border-color: rgb(234,80,32); }

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