#EF493B

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

Shades of Cinnabar #EF493B

Tints of Cinnabar #EF493B

Color information

#EF493B (or 0xEF493B) is unknown color: approx Cinnabar. HEX triplet: EF, 49 and 3B. RGB value is (239,73,59). Sum of RGB (Red+Green+Blue) = 239+73+59=371 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.42% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 239 - color contains mainly: red. Hex color #EF493B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF493B is #10B6C4. Grayscale: #797979. Windows color (decimal): -1095365 or 3885551. OLE color: 3885551.

HSL color Cylindrical-coordinate representation of color #EF493B: hue angle of 4.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF493B is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB2397359-
CMYK00.690.750.06
HSL4.67º84.91%58.43%-
HSV(B)4.67º75.31%93.73%-
XYZ38.7723.436.62-
YUV121.0493212.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.42%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 59 (23.44% from 255) = 15.90%
R=64.42%
G=19.68%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239735900.690.750.064.6784.9158.43
HexEF493B0454B65553a
Octal3571117301051136512572
Binary1110111110010011110110100010110010111101011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF493B; }

 p { color: rgb(239,73,59); }

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

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

 a { background-color: rgb(239,73,59); }

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

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

 span { border-color: rgb(239,73,59); }

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