#EA5035

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

Shades of Cinnabar #EA5035

Tints of Cinnabar #EA5035

Color information

#EA5035 (or 0xEA5035) is unknown color: approx Cinnabar. HEX triplet: EA, 50 and 35. RGB value is (234,80,53). Sum of RGB (Red+Green+Blue) = 234+80+53=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5035 is #15AFCA. Grayscale: #7B7B7B. Windows color (decimal): -1421259 or 3494122. OLE color: 3494122.

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

Color convert

RGB2348053-
CMYK00.660.770.08
HSL8.95º81.17%56.27%-
HSV(B)8.95º77.35%91.76%-
XYZ37.4423.495.93-
YUV122.9788.52207.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 63.76%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 53 (21.09% from 255) = 14.44%
R=63.76%
G=21.80%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234805300.660.770.088.9581.1756.27
HexEA50350424D895138
Octal352120650102115101112170
Binary111010101010000110101010000101001101100010011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5035; }

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

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

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

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

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

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

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

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