Html Css Color HEX #EF702D Burnt Orange

📋 copy color: '#EF702D'

red 239 ◦ green 112 ◦ blue 45

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

Shades of Burnt Orange #EF702D

Tints of Burnt Orange #EF702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

 BLUE value IS 45 (17.97% from 255) = 11.36%

R = 60.35%
G = 28.28%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF702D (or 0xEF702D) is known color: Burnt Orange. HEX triplet: EF, 70 and 2D. RGB value is (239,112,45). Sum of RGB (Red+Green+Blue) = 239+112+45=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF702D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF702D is #108FD2. Grayscale: #8E8E8E. Windows color (decimal): -1085395 or 2978031. OLE color: 2978031.

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

Color convert

RGB 239 112 45 -
CMYK 0 0.53 0.81 0.06
HSL 20.72º 0.86% 0.56% -
HSV(B) 20.72º 0.81% 0.94% -
XYZ 41.86 30.13 6.09 -
YUV 142.34 73.08 196.95 -
System Red Green Blue C M Y K H S L
Decimal 239 112 45 0 0.53 0.81 0.06 20.72 0.86 0.56
Hex EF 70 2D 0 35 51 6 15 56 38
Octal 357 160 55 0 65 121 6 25 126 70
Binary 11101111 1110000 101101 0 110101 1010001 110 10101 1010110 111000

Color Harmonies of #EF702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF702D

Black with #EF702D

Text Example


Text Example

White with #EF702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF702D; }

 p { color: rgb(239,112,45); }

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

background-color css

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

 a { background-color: rgb(239,112,45); }

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

border-color css

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

 span { border-color: rgb(239,112,45); }

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