Html Css Color HEX #EF6D2E Burnt Orange

📋 copy color: '#EF6D2E'

red 239 ◦ green 109 ◦ blue 46

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

Shades of Burnt Orange #EF6D2E

Tints of Burnt Orange #EF6D2E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.66%

 BLUE value IS 46 (18.36% from 255) = 11.68%

R = 60.66%
G = 27.66%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF6D2E (or 0xEF6D2E) is known color: Burnt Orange. HEX triplet: EF, 6D and 2E. RGB value is (239,109,46). Sum of RGB (Red+Green+Blue) = 239+109+46=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6D2E is #1092D1. Grayscale: #8D8D8D. Windows color (decimal): -1086162 or 3042799. OLE color: 3042799.

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

Color convert

RGB 239 109 46 -
CMYK 0 0.54 0.81 0.06
HSL 19.59º 0.86% 0.56% -
HSV(B) 19.59º 0.81% 0.94% -
XYZ 41.56 29.49 6.09 -
YUV 140.69 74.57 198.12 -
System Red Green Blue C M Y K H S L
Decimal 239 109 46 0 0.54 0.81 0.06 19.59 0.86 0.56
Hex EF 6D 2E 0 36 51 6 14 56 38
Octal 357 155 56 0 66 121 6 24 126 70
Binary 11101111 1101101 101110 0 110110 1010001 110 10100 1010110 111000

Color Harmonies of #EF6D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6D2E

Black with #EF6D2E

Text Example


Text Example

White with #EF6D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6D2E; }

 p { color: rgb(239,109,46); }

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

background-color css

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

 a { background-color: rgb(239,109,46); }

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

border-color css

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

 span { border-color: rgb(239,109,46); }

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