#EF6426

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

Shades of Burnt Orange #EF6426

Tints of Burnt Orange #EF6426

Color information

#EF6426 (or 0xEF6426) is unknown color: approx Burnt Orange. HEX triplet: EF, 64 and 26. RGB value is (239,100,38). Sum of RGB (Red+Green+Blue) = 239+100+38=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 38 (15.23% from 255 or 10.08% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6426 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6426 is #109BD9. Grayscale: #868686. Windows color (decimal): -1088474 or 2516207. OLE color: 2516207.

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

Color convert

RGB23910038-
CMYK00.580.840.06
HSL18.51º86.27%54.31%-
HSV(B)18.51º84.1%93.73%-
XYZ40.527.615.03-
YUV134.4973.55202.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.40%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 38 (15.23% from 255) = 10.08%
R=63.40%
G=26.53%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391003800.580.840.0618.5186.2754.31
HexEF642603A546135636
Octal3571444607212462312666
Binary11101111110010010011001110101010100110100111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6426; }

 p { color: rgb(239,100,38); }

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

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

 a { background-color: rgb(239,100,38); }

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

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

 span { border-color: rgb(239,100,38); }

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