Html Css Color HEX #EF6426 Burnt Orange

📋 copy color: '#EF6426'

red 239 ◦ green 100 ◦ blue 38

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

Shades of Burnt Orange #EF6426

Tints of Burnt Orange #EF6426

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

 BLUE value IS 38 (15.23% from 255) = 10.08%

R = 63.4%
G = 26.53%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF6426 (or 0xEF6426) is known color: 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

RGB 239 100 38 -
CMYK 0 0.58 0.84 0.06
HSL 18.51º 0.86% 0.54% -
HSV(B) 18.51º 0.84% 0.94% -
XYZ 40.5 27.61 5.03 -
YUV 134.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 239 100 38 0 0.58 0.84 0.06 18.51 0.86 0.54
Hex EF 64 26 0 3A 54 6 13 56 36
Octal 357 144 46 0 72 124 6 23 126 66
Binary 11101111 1100100 100110 0 111010 1010100 110 10011 1010110 110110

Color Harmonies of #EF6426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6426

Black with #EF6426

Text Example


Text Example

White with #EF6426

Text Example


Text Example

HTML Codes & Css Web 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>