#EB5437

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

Shades of Cinnabar #EB5437

Tints of Cinnabar #EB5437

Color information

#EB5437 (or 0xEB5437) is unknown color: approx Cinnabar. HEX triplet: EB, 54 and 37. RGB value is (235,84,55). Sum of RGB (Red+Green+Blue) = 235+84+55=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5437 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5437 is #14ABC8. Grayscale: #7E7E7E. Windows color (decimal): -1354697 or 3626219. OLE color: 3626219.

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

Color convert

RGB2358455-
CMYK00.640.770.08
HSL9.67º81.82%56.86%-
HSV(B)9.67º76.6%92.16%-
XYZ38.1224.286.29-
YUV125.8488.03205.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 62.83%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 55 (21.88% from 255) = 14.71%
R=62.83%
G=22.46%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235845500.640.770.089.6781.8256.86
HexEB54370404D8a5239
Octal353124670100115101212271
Binary111010111010100110111010000001001101100010101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5437; }

 p { color: rgb(235,84,55); }

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

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

 a { background-color: rgb(235,84,55); }

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

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

 span { border-color: rgb(235,84,55); }

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