#ef682e

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

Shades of Burnt Orange #EF682E

Tints of Burnt Orange #EF682E

Color information

#EF682E (or 0xEF682E) is unknown color: approx Burnt Orange. HEX triplet: EF, 68 and 2E. RGB value is (239,104,46). Sum of RGB (Red+Green+Blue) = 239+104+46=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF682E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF682E is #1097D1. Grayscale: #8A8A8A. Windows color (decimal): -1087442 or 3041519. OLE color: 3041519.

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

Color convert

RGB23910446-
CMYK00.560.810.06
HSL18.03º85.78%55.88%-
HSV(B)18.03º80.75%93.73%-
XYZ41.0428.455.91-
YUV137.7576.23200.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.44%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 46 (18.36% from 255) = 11.83%
R=61.44%
G=26.74%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391044600.560.810.0618.0385.7855.88
HexEF682E038516125638
Octal3571505607012162212670
Binary11101111110100010111001110001010001110100101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef682e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef682e; }

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

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

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

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

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

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

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

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