#EA4822

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

Shades of Cinnabar #EA4822

Tints of Cinnabar #EA4822

Color information

#EA4822 (or 0xEA4822) is unknown color: approx Cinnabar. HEX triplet: EA, 48 and 22. RGB value is (234,72,34). Sum of RGB (Red+Green+Blue) = 234+72+34=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4822 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4822 is #15B7DD. Grayscale: #747474. Windows color (decimal): -1423326 or 2246890. OLE color: 2246890.

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

Color convert

RGB2347234-
CMYK00.690.850.08
HSL11.4º82.64%52.55%-
HSV(B)11.4º85.47%91.76%-
XYZ36.5422.243.88-
YUV116.1181.67212.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 68.82%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 34 (13.67% from 255) = 10%
R=68.82%
G=21.18%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234723400.690.850.0811.482.6452.55
HexEA4822045558b5335
Octal352110420105125101312365
Binary111010101001000100010010001011010101100010111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4822; }

 p { color: rgb(234,72,34); }

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

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

 a { background-color: rgb(234,72,34); }

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

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

 span { border-color: rgb(234,72,34); }

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