Html Css Color HEX #EF752F Burnt Orange

📋 copy color: '#EF752F'

red 239 ◦ green 117 ◦ blue 47

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

Shades of Burnt Orange #EF752F

Tints of Burnt Orange #EF752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.66%

R = 59.31%
G = 29.03%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF752F (or 0xEF752F) is known color: Burnt Orange. HEX triplet: EF, 75 and 2F. RGB value is (239,117,47). Sum of RGB (Red+Green+Blue) = 239+117+47=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF752F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF752F is #108AD0. Grayscale: #919191. Windows color (decimal): -1084113 or 3110383. OLE color: 3110383.

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

Color convert

RGB 239 117 47 -
CMYK 0 0.51 0.80 0.06
HSL 21.88º 0.86% 0.56% -
HSV(B) 21.88º 0.8% 0.94% -
XYZ 42.47 31.28 6.49 -
YUV 145.5 72.42 194.69 -
System Red Green Blue C M Y K H S L
Decimal 239 117 47 0 0.51 0.80 0.06 21.88 0.86 0.56
Hex EF 75 2F 0 33 50 6 16 56 38
Octal 357 165 57 0 63 120 6 26 126 70
Binary 11101111 1110101 101111 0 110011 1010000 110 10110 1010110 111000

Color Harmonies of #EF752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF752F

Black with #EF752F

Text Example


Text Example

White with #EF752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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