Html Css Color HEX #EF7132 Burnt Orange

📋 copy color: '#EF7132'

red 239 ◦ green 113 ◦ blue 50

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

Shades of Burnt Orange #EF7132

Tints of Burnt Orange #EF7132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.44%

R = 59.45%
G = 28.11%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF7132 (or 0xEF7132) is known color: Burnt Orange. HEX triplet: EF, 71 and 32. RGB value is (239,113,50). Sum of RGB (Red+Green+Blue) = 239+113+50=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7132 is #108ECD. Grayscale: #8F8F8F. Windows color (decimal): -1085134 or 3305967. OLE color: 3305967.

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

Color convert

RGB 239 113 50 -
CMYK 0 0.53 0.79 0.06
HSL 20º 0.86% 0.57% -
HSV(B) 20º 0.79% 0.94% -
XYZ 42.08 30.39 6.67 -
YUV 143.49 75.24 196.12 -
System Red Green Blue C M Y K H S L
Decimal 239 113 50 0 0.53 0.79 0.06 20 0.86 0.57
Hex EF 71 32 0 35 4F 6 14 56 39
Octal 357 161 62 0 65 117 6 24 126 71
Binary 11101111 1110001 110010 0 110101 1001111 110 10100 1010110 111001

Color Harmonies of #EF7132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7132

Black with #EF7132

Text Example


Text Example

White with #EF7132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7132; }

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

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

background-color css

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

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

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

border-color css

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

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

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