#EA4A3E

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

Shades of Cinnabar #EA4A3E

Tints of Cinnabar #EA4A3E

Color information

#EA4A3E (or 0xEA4A3E) is unknown color: approx Cinnabar. HEX triplet: EA, 4A and 3E. RGB value is (234,74,62). Sum of RGB (Red+Green+Blue) = 234+74+62=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4A3E is #15B5C1. Grayscale: #787878. Windows color (decimal): -1422786 or 4082410. OLE color: 4082410.

HSL color Cylindrical-coordinate representation of color #EA4A3E: hue angle of 4.19º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA4A3E is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB2347462-
CMYK00.680.740.08
HSL4.19º80.37%58.04%-
HSV(B)4.19º73.5%91.76%-
XYZ37.2522.746.98-
YUV120.4795.01208.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.24%
GREEN value IS 74 (29.30% from 255) = 20%
BLUE value IS 62 (24.61% from 255) = 16.76%
R=63.24%
G=20%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234746200.680.740.084.1980.3758.04
HexEA4A3E0444A84503a
Octal35211276010411210412072
Binary11101010100101011111001000100100101010001001010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4A3E; }

 p { color: rgb(234,74,62); }

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

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

 a { background-color: rgb(234,74,62); }

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

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

 span { border-color: rgb(234,74,62); }

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