Html Css Color HEX #EF7531 Burnt Orange

📋 copy color: '#EF7531'

red 239 ◦ green 117 ◦ blue 49

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

Shades of Burnt Orange #EF7531

Tints of Burnt Orange #EF7531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.89%

 BLUE value IS 49 (19.53% from 255) = 12.1%

R = 59.01%
G = 28.89%
B = 12.1%

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

#EF7531 (or 0xEF7531) is known color: Burnt Orange. HEX triplet: EF, 75 and 31. RGB value is (239,117,49). Sum of RGB (Red+Green+Blue) = 239+117+49=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7531 is #108ACE. Grayscale: #929292. Windows color (decimal): -1084111 or 3241455. OLE color: 3241455.

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

Color convert

RGB 239 117 49 -
CMYK 0 0.51 0.79 0.06
HSL 21.47º 0.86% 0.56% -
HSV(B) 21.47º 0.79% 0.94% -
XYZ 42.51 31.3 6.71 -
YUV 145.73 73.42 194.53 -
System Red Green Blue C M Y K H S L
Decimal 239 117 49 0 0.51 0.79 0.06 21.47 0.86 0.56
Hex EF 75 31 0 33 4F 6 15 56 38
Octal 357 165 61 0 63 117 6 25 126 70
Binary 11101111 1110101 110001 0 110011 1001111 110 10101 1010110 111000

Color Harmonies of #EF7531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7531

Black with #EF7531

Text Example


Text Example

White with #EF7531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7531; }

 p { color: rgb(239,117,49); }

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

background-color css

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

 a { background-color: rgb(239,117,49); }

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

border-color css

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

 span { border-color: rgb(239,117,49); }

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