Html Css Color HEX #EF722C Burnt Orange

📋 copy color: '#EF722C'

red 239 ◦ green 114 ◦ blue 44

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

Shades of Burnt Orange #EF722C

Tints of Burnt Orange #EF722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.72%

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

R = 60.2%
G = 28.72%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF722C (or 0xEF722C) is known color: Burnt Orange. HEX triplet: EF, 72 and 2C. RGB value is (239,114,44). Sum of RGB (Red+Green+Blue) = 239+114+44=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF722C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF722C is #108DD3. Grayscale: #8F8F8F. Windows color (decimal): -1084884 or 2913007. OLE color: 2913007.

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

Color convert

RGB 239 114 44 -
CMYK 0 0.52 0.82 0.06
HSL 21.54º 0.86% 0.55% -
HSV(B) 21.54º 0.82% 0.94% -
XYZ 42.07 30.57 6.07 -
YUV 143.4 71.91 196.19 -
System Red Green Blue C M Y K H S L
Decimal 239 114 44 0 0.52 0.82 0.06 21.54 0.86 0.55
Hex EF 72 2C 0 34 52 6 16 56 37
Octal 357 162 54 0 64 122 6 26 126 67
Binary 11101111 1110010 101100 0 110100 1010010 110 10110 1010110 110111

Color Harmonies of #EF722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF722C

Black with #EF722C

Text Example


Text Example

White with #EF722C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF722C; }

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

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

background-color css

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

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

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

border-color css

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

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

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