Html Css Color HEX #EF742D Burnt Orange

📋 copy color: '#EF742D'

red 239 ◦ green 116 ◦ blue 45

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

Shades of Burnt Orange #EF742D

Tints of Burnt Orange #EF742D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.25%

R = 59.75%
G = 29%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF742D (or 0xEF742D) is known color: Burnt Orange. HEX triplet: EF, 74 and 2D. RGB value is (239,116,45). Sum of RGB (Red+Green+Blue) = 239+116+45=400 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 239 - color contains mainly: red. Hex color #EF742D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF742D is #108BD2. Grayscale: #919191. Windows color (decimal): -1084371 or 2979055. OLE color: 2979055.

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

Color convert

RGB 239 116 45 -
CMYK 0 0.51 0.81 0.06
HSL 21.96º 0.86% 0.56% -
HSV(B) 21.96º 0.81% 0.94% -
XYZ 42.32 31.03 6.24 -
YUV 144.68 71.75 195.27 -
System Red Green Blue C M Y K H S L
Decimal 239 116 45 0 0.51 0.81 0.06 21.96 0.86 0.56
Hex EF 74 2D 0 33 51 6 16 56 38
Octal 357 164 55 0 63 121 6 26 126 70
Binary 11101111 1110100 101101 0 110011 1010001 110 10110 1010110 111000

Color Harmonies of #EF742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF742D

Black with #EF742D

Text Example


Text Example

White with #EF742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF742D; }

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

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

background-color css

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

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

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

border-color css

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

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

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