Html Css Color HEX #EF702A Burnt Orange

📋 copy color: '#EF702A'

red 239 ◦ green 112 ◦ blue 42

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

Shades of Burnt Orange #EF702A

Tints of Burnt Orange #EF702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.69%

R = 60.81%
G = 28.5%
B = 10.69%

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

#EF702A (or 0xEF702A) is known color: Burnt Orange. HEX triplet: EF, 70 and 2A. RGB value is (239,112,42). Sum of RGB (Red+Green+Blue) = 239+112+42=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF702A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF702A is #108FD5. Grayscale: #8E8E8E. Windows color (decimal): -1085398 or 2781423. OLE color: 2781423.

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

Color convert

RGB 239 112 42 -
CMYK 0 0.53 0.82 0.06
HSL 21.32º 0.86% 0.55% -
HSV(B) 21.32º 0.82% 0.94% -
XYZ 41.81 30.11 5.8 -
YUV 141.99 71.58 197.19 -
System Red Green Blue C M Y K H S L
Decimal 239 112 42 0 0.53 0.82 0.06 21.32 0.86 0.55
Hex EF 70 2A 0 35 52 6 15 56 37
Octal 357 160 52 0 65 122 6 25 126 67
Binary 11101111 1110000 101010 0 110101 1010010 110 10101 1010110 110111

Color Harmonies of #EF702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF702A

Black with #EF702A

Text Example


Text Example

White with #EF702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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