#ef4e1e

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

Shades of Cinnabar #EF4E1E

Tints of Cinnabar #EF4E1E

Color information

#EF4E1E (or 0xEF4E1E) is unknown color: approx Cinnabar. HEX triplet: EF, 4E and 1E. RGB value is (239,78,30). Sum of RGB (Red+Green+Blue) = 239+78+30=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4E1E is #10B1E1. Grayscale: #797979. Windows color (decimal): -1094114 or 1986287. OLE color: 1986287.

HSL color Cylindrical-coordinate representation of color #EF4E1E: hue angle of 13.78º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF4E1E is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2397830-
CMYK00.670.870.06
HSL13.78º86.72%52.75%-
HSV(B)13.78º87.45%93.73%-
XYZ38.5623.893.81-
YUV120.6776.84212.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.88%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 30 (12.11% from 255) = 8.65%
R=68.88%
G=22.48%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239783000.670.870.0613.7886.7252.75
HexEF4E1E043576e5735
Octal35711636010312761612765
Binary1110111110011101111001000011101011111011101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef4e1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef4e1e; }

 p { color: rgb(239,78,30); }

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

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

 a { background-color: rgb(239,78,30); }

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

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

 span { border-color: rgb(239,78,30); }

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