Html Css Color HEX #EF7434 Burnt Orange

📋 copy color: '#EF7434'

red 239 ◦ green 116 ◦ blue 52

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

Shades of Burnt Orange #EF7434

Tints of Burnt Orange #EF7434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 58.72%
G = 28.5%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF7434 (or 0xEF7434) is known color: Burnt Orange. HEX triplet: EF, 74 and 34. RGB value is (239,116,52). Sum of RGB (Red+Green+Blue) = 239+116+52=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7434 is #108BCB. Grayscale: #919191. Windows color (decimal): -1084364 or 3437807. OLE color: 3437807.

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

Color convert

RGB 239 116 52 -
CMYK 0 0.51 0.78 0.06
HSL 20.53º 0.85% 0.57% -
HSV(B) 20.53º 0.78% 0.94% -
XYZ 42.46 31.09 7.01 -
YUV 145.48 75.25 194.7 -
System Red Green Blue C M Y K H S L
Decimal 239 116 52 0 0.51 0.78 0.06 20.53 0.85 0.57
Hex EF 74 34 0 33 4E 6 15 55 39
Octal 357 164 64 0 63 116 6 25 125 71
Binary 11101111 1110100 110100 0 110011 1001110 110 10101 1010101 111001

Color Harmonies of #EF7434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7434

Black with #EF7434

Text Example


Text Example

White with #EF7434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7434; }

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

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

background-color css

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

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

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

border-color css

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

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

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