Html Css Color HEX #EF703C Burnt Orange

📋 copy color: '#EF703C'

red 239 ◦ green 112 ◦ blue 60

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

Shades of Burnt Orange #EF703C

Tints of Burnt Orange #EF703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.6%

R = 58.15%
G = 27.25%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF703C (or 0xEF703C) is known color: Burnt Orange. HEX triplet: EF, 70 and 3C. RGB value is (239,112,60). Sum of RGB (Red+Green+Blue) = 239+112+60=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF703C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF703C is #108FC3. Grayscale: #909090. Windows color (decimal): -1085380 or 3961071. OLE color: 3961071.

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

Color convert

RGB 239 112 60 -
CMYK 0 0.53 0.75 0.06
HSL 17.43º 0.85% 0.59% -
HSV(B) 17.43º 0.75% 0.94% -
XYZ 42.21 30.27 7.89 -
YUV 144.05 80.58 195.73 -
System Red Green Blue C M Y K H S L
Decimal 239 112 60 0 0.53 0.75 0.06 17.43 0.85 0.59
Hex EF 70 3C 0 35 4B 6 11 55 3B
Octal 357 160 74 0 65 113 6 21 125 73
Binary 11101111 1110000 111100 0 110101 1001011 110 10001 1010101 111011

Color Harmonies of #EF703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF703C

Black with #EF703C

Text Example


Text Example

White with #EF703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF703C; }

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

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

background-color css

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

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

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

border-color css

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

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

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