Html Css Color HEX #EF712D Burnt Orange

📋 copy color: '#EF712D'

red 239 ◦ green 113 ◦ blue 45

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

Shades of Burnt Orange #EF712D

Tints of Burnt Orange #EF712D

RGB

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

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

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

R = 60.2%
G = 28.46%
B = 11.34%

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

#EF712D (or 0xEF712D) is known color: Burnt Orange. HEX triplet: EF, 71 and 2D. RGB value is (239,113,45). Sum of RGB (Red+Green+Blue) = 239+113+45=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF712D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF712D is #108ED2. Grayscale: #8F8F8F. Windows color (decimal): -1085139 or 2978287. OLE color: 2978287.

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

Color convert

RGB 239 113 45 -
CMYK 0 0.53 0.81 0.06
HSL 21.03º 0.86% 0.56% -
HSV(B) 21.03º 0.81% 0.94% -
XYZ 41.98 30.35 6.13 -
YUV 142.92 72.74 196.53 -
System Red Green Blue C M Y K H S L
Decimal 239 113 45 0 0.53 0.81 0.06 21.03 0.86 0.56
Hex EF 71 2D 0 35 51 6 15 56 38
Octal 357 161 55 0 65 121 6 25 126 70
Binary 11101111 1110001 101101 0 110101 1010001 110 10101 1010110 111000

Color Harmonies of #EF712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF712D

Black with #EF712D

Text Example


Text Example

White with #EF712D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF712D; }

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

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

background-color css

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

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

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

border-color css

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

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

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