#ea553a

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

Shades of Cinnabar #EA553A

Tints of Cinnabar #EA553A

Color information

#EA553A (or 0xEA553A) is unknown color: approx Cinnabar. HEX triplet: EA, 55 and 3A. RGB value is (234,85,58). Sum of RGB (Red+Green+Blue) = 234+85+58=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA553A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA553A is #15AAC5. Grayscale: #7E7E7E. Windows color (decimal): -1419974 or 3823082. OLE color: 3823082.

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

Color convert

RGB2348558-
CMYK00.640.750.08
HSL9.2º80.73%57.25%-
HSV(B)9.2º75.21%91.76%-
XYZ37.9424.296.69-
YUV126.4789.36204.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.07%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 58 (23.05% from 255) = 15.38%
R=62.07%
G=22.55%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234855800.640.750.089.280.7357.25
HexEA553A0404B895139
Octal352125720100113101112171
Binary111010101010101111010010000001001011100010011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea553a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea553a; }

 p { color: rgb(234,85,58); }

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

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

 a { background-color: rgb(234,85,58); }

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

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

 span { border-color: rgb(234,85,58); }

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