Html Css Color HEX #EF6A2C Burnt Orange

📋 copy color: '#EF6A2C'

red 239 ◦ green 106 ◦ blue 44

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

Shades of Burnt Orange #EF6A2C

Tints of Burnt Orange #EF6A2C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.25%

 BLUE value IS 44 (17.58% from 255) = 11.31%

R = 61.44%
G = 27.25%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF6A2C (or 0xEF6A2C) is known color: Burnt Orange. HEX triplet: EF, 6A and 2C. RGB value is (239,106,44). Sum of RGB (Red+Green+Blue) = 239+106+44=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6A2C is #1095D3. Grayscale: #8B8B8B. Windows color (decimal): -1086932 or 2910959. OLE color: 2910959.

HSL color Cylindrical-coordinate representation of color #EF6A2C: hue angle of 19.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF6A2C is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 106 44 -
CMYK 0 0.56 0.82 0.06
HSL 19.08º 0.86% 0.55% -
HSV(B) 19.08º 0.82% 0.94% -
XYZ 41.21 28.84 5.78 -
YUV 138.7 74.56 199.54 -
System Red Green Blue C M Y K H S L
Decimal 239 106 44 0 0.56 0.82 0.06 19.08 0.86 0.55
Hex EF 6A 2C 0 38 52 6 13 56 37
Octal 357 152 54 0 70 122 6 23 126 67
Binary 11101111 1101010 101100 0 111000 1010010 110 10011 1010110 110111

Color Harmonies of #EF6A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6A2C

Black with #EF6A2C

Text Example


Text Example

White with #EF6A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6A2C; }

 p { color: rgb(239,106,44); }

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

background-color css

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

 a { background-color: rgb(239,106,44); }

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

border-color css

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

 span { border-color: rgb(239,106,44); }

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