Html Css Color HEX #EF712C Burnt Orange

📋 copy color: '#EF712C'

red 239 ◦ green 113 ◦ blue 44

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

Shades of Burnt Orange #EF712C

Tints of Burnt Orange #EF712C

RGB

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

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

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

R = 60.35%
G = 28.54%
B = 11.11%

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

#EF712C (or 0xEF712C) is known color: Burnt Orange. HEX triplet: EF, 71 and 2C. RGB value is (239,113,44). Sum of RGB (Red+Green+Blue) = 239+113+44=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF712C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF712C is #108ED3. Grayscale: #8F8F8F. Windows color (decimal): -1085140 or 2912751. OLE color: 2912751.

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

Color convert

RGB 239 113 44 -
CMYK 0 0.53 0.82 0.06
HSL 21.23º 0.86% 0.55% -
HSV(B) 21.23º 0.82% 0.94% -
XYZ 41.96 30.34 6.03 -
YUV 142.81 72.24 196.61 -
System Red Green Blue C M Y K H S L
Decimal 239 113 44 0 0.53 0.82 0.06 21.23 0.86 0.55
Hex EF 71 2C 0 35 52 6 15 56 37
Octal 357 161 54 0 65 122 6 25 126 67
Binary 11101111 1110001 101100 0 110101 1010010 110 10101 1010110 110111

Color Harmonies of #EF712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF712C

Black with #EF712C

Text Example


Text Example

White with #EF712C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF712C; }

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

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

background-color css

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

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

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

border-color css

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

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

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