Html Css Color HEX #EF702C Burnt Orange

📋 copy color: '#EF702C'

red 239 ◦ green 112 ◦ blue 44

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

Shades of Burnt Orange #EF702C

Tints of Burnt Orange #EF702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.14%

R = 60.51%
G = 28.35%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF702C (or 0xEF702C) is known color: Burnt Orange. HEX triplet: EF, 70 and 2C. RGB value is (239,112,44). Sum of RGB (Red+Green+Blue) = 239+112+44=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF702C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF702C is #108FD3. Grayscale: #8E8E8E. Windows color (decimal): -1085396 or 2912495. OLE color: 2912495.

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

Color convert

RGB 239 112 44 -
CMYK 0 0.53 0.82 0.06
HSL 20.92º 0.86% 0.55% -
HSV(B) 20.92º 0.82% 0.94% -
XYZ 41.85 30.12 5.99 -
YUV 142.22 72.58 197.03 -
System Red Green Blue C M Y K H S L
Decimal 239 112 44 0 0.53 0.82 0.06 20.92 0.86 0.55
Hex EF 70 2C 0 35 52 6 15 56 37
Octal 357 160 54 0 65 122 6 25 126 67
Binary 11101111 1110000 101100 0 110101 1010010 110 10101 1010110 110111

Color Harmonies of #EF702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF702C

Black with #EF702C

Text Example


Text Example

White with #EF702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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