Html Css Color HEX #EF712B Burnt Orange

📋 copy color: '#EF712B'

red 239 ◦ green 113 ◦ blue 43

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

Shades of Burnt Orange #EF712B

Tints of Burnt Orange #EF712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.61%

 BLUE value IS 43 (17.19% from 255) = 10.89%

R = 60.51%
G = 28.61%
B = 10.89%

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

#EF712B (or 0xEF712B) is known color: Burnt Orange. HEX triplet: EF, 71 and 2B. RGB value is (239,113,43). Sum of RGB (Red+Green+Blue) = 239+113+43=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF712B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF712B is #108ED4. Grayscale: #8F8F8F. Windows color (decimal): -1085141 or 2847215. OLE color: 2847215.

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

Color convert

RGB 239 113 43 -
CMYK 0 0.53 0.82 0.06
HSL 21.43º 0.86% 0.55% -
HSV(B) 21.43º 0.82% 0.94% -
XYZ 41.94 30.34 5.93 -
YUV 142.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 239 113 43 0 0.53 0.82 0.06 21.43 0.86 0.55
Hex EF 71 2B 0 35 52 6 15 56 37
Octal 357 161 53 0 65 122 6 25 126 67
Binary 11101111 1110001 101011 0 110101 1010010 110 10101 1010110 110111

Color Harmonies of #EF712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF712B

Black with #EF712B

Text Example


Text Example

White with #EF712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF712B; }

 p { color: rgb(239,113,43); }

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

background-color css

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

 a { background-color: rgb(239,113,43); }

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

border-color css

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

 span { border-color: rgb(239,113,43); }

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