Html Css Color HEX #EF4E20 Cinnabar

📋 copy color: '#EF4E20'

red 239 ◦ green 78 ◦ blue 32

#EF4E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #EF4E20

Tints of Cinnabar #EF4E20

RGB

 RED value IS 239 (93.75% from 255) = 68.48%

 GREEN value IS 78 (30.86% from 255) = 22.35%

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 68.48%
G = 22.35%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF4E20 (or 0xEF4E20) is known color: Cinnabar. HEX triplet: EF, 4E and 20. RGB value is (239,78,32). Sum of RGB (Red+Green+Blue) = 239+78+32=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF4E20 is #10B1DF. Grayscale: #797979. Windows color (decimal): -1094112 or 2117359. OLE color: 2117359.

HSL color Cylindrical-coordinate representation of color #EF4E20: hue angle of 13.33º 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 #EF4E20 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 78 32 -
CMYK 0 0.67 0.87 0.06
HSL 13.33º 0.87% 0.53% -
HSV(B) 13.33º 0.87% 0.94% -
XYZ 38.58 23.9 3.95 -
YUV 120.9 77.84 212.24 -
System Red Green Blue C M Y K H S L
Decimal 239 78 32 0 0.67 0.87 0.06 13.33 0.87 0.53
Hex EF 4E 20 0 43 57 6 D 57 35
Octal 357 116 40 0 103 127 6 15 127 65
Binary 11101111 1001110 100000 0 1000011 1010111 110 1101 1010111 110101

Color Harmonies of #EF4E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4E20

Black with #EF4E20

Text Example


Text Example

White with #EF4E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4E20; }

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

 H1.HeaderClassName
 {
   color: #EF4E20;
 }
 .AnyTagClassName
 {
   color: #EF4E20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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