Html Css Color HEX #EF7432 Burnt Orange

📋 copy color: '#EF7432'

red 239 ◦ green 116 ◦ blue 50

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

Shades of Burnt Orange #EF7432

Tints of Burnt Orange #EF7432

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.64%

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

R = 59.01%
G = 28.64%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF7432 (or 0xEF7432) is known color: Burnt Orange. HEX triplet: EF, 74 and 32. RGB value is (239,116,50). Sum of RGB (Red+Green+Blue) = 239+116+50=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7432 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7432 is #108BCD. Grayscale: #919191. Windows color (decimal): -1084366 or 3306735. OLE color: 3306735.

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

Color convert

RGB 239 116 50 -
CMYK 0 0.51 0.79 0.06
HSL 20.95º 0.86% 0.57% -
HSV(B) 20.95º 0.79% 0.94% -
XYZ 42.42 31.07 6.78 -
YUV 145.25 74.25 194.87 -
System Red Green Blue C M Y K H S L
Decimal 239 116 50 0 0.51 0.79 0.06 20.95 0.86 0.57
Hex EF 74 32 0 33 4F 6 15 56 39
Octal 357 164 62 0 63 117 6 25 126 71
Binary 11101111 1110100 110010 0 110011 1001111 110 10101 1010110 111001

Color Harmonies of #EF7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7432

Black with #EF7432

Text Example


Text Example

White with #EF7432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7432; }

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

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

background-color css

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

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

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

border-color css

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

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

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