#EA481E

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

Shades of Cinnabar #EA481E

Tints of Cinnabar #EA481E

Color information

#EA481E (or 0xEA481E) is unknown color: approx Cinnabar. HEX triplet: EA, 48 and 1E. RGB value is (234,72,30). Sum of RGB (Red+Green+Blue) = 234+72+30=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA481E is #15B7E1. Grayscale: #737373. Windows color (decimal): -1423330 or 1984746. OLE color: 1984746.

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

Color convert

RGB2347230-
CMYK00.690.870.08
HSL12.35º82.93%51.76%-
HSV(B)12.35º87.18%91.76%-
XYZ36.4822.223.59-
YUV115.6579.67212.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 69.64%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 30 (12.11% from 255) = 8.93%
R=69.64%
G=21.43%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234723000.690.870.0812.3582.9351.76
HexEA481E045578c5334
Octal352110360105127101412364
Binary11101010100100011110010001011010111100011001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA481E; }

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

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

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

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

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

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

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

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