#EA5029

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

Shades of Cinnabar #EA5029

Tints of Cinnabar #EA5029

Color information

#EA5029 (or 0xEA5029) is unknown color: approx Cinnabar. HEX triplet: EA, 50 and 29. RGB value is (234,80,41). Sum of RGB (Red+Green+Blue) = 234+80+41=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5029 is #15AFD6. Grayscale: #797979. Windows color (decimal): -1421271 or 2707690. OLE color: 2707690.

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

Color convert

RGB2348041-
CMYK00.660.820.08
HSL12.12º82.13%53.92%-
HSV(B)12.12º82.48%91.76%-
XYZ37.223.394.65-
YUV121.682.52208.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.92%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 41 (16.41% from 255) = 11.55%
R=65.92%
G=22.54%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234804100.660.820.0812.1282.1353.92
HexEA5029042528c5236
Octal352120510102122101412266
Binary111010101010000101001010000101010010100011001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5029; }

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

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

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

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

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

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

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

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