Html Css Color HEX #EF752D Burnt Orange

📋 copy color: '#EF752D'

red 239 ◦ green 117 ◦ blue 45

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

Shades of Burnt Orange #EF752D

Tints of Burnt Orange #EF752D

RGB

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

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

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

R = 59.6%
G = 29.18%
B = 11.22%

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

#EF752D (or 0xEF752D) is known color: Burnt Orange. HEX triplet: EF, 75 and 2D. RGB value is (239,117,45). Sum of RGB (Red+Green+Blue) = 239+117+45=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF752D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF752D is #108AD2. Grayscale: #919191. Windows color (decimal): -1084115 or 2979311. OLE color: 2979311.

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

Color convert

RGB 239 117 45 -
CMYK 0 0.51 0.81 0.06
HSL 22.27º 0.86% 0.56% -
HSV(B) 22.27º 0.81% 0.94% -
XYZ 42.43 31.26 6.28 -
YUV 145.27 71.42 194.85 -
System Red Green Blue C M Y K H S L
Decimal 239 117 45 0 0.51 0.81 0.06 22.27 0.86 0.56
Hex EF 75 2D 0 33 51 6 16 56 38
Octal 357 165 55 0 63 121 6 26 126 70
Binary 11101111 1110101 101101 0 110011 1010001 110 10110 1010110 111000

Color Harmonies of #EF752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF752D

Black with #EF752D

Text Example


Text Example

White with #EF752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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