Html Css Color HEX #EF6525 Burnt Orange

📋 copy color: '#EF6525'

red 239 ◦ green 101 ◦ blue 37

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

Shades of Burnt Orange #EF6525

Tints of Burnt Orange #EF6525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

 BLUE value IS 37 (14.84% from 255) = 9.81%

R = 63.4%
G = 26.79%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF6525 (or 0xEF6525) is known color: Burnt Orange. HEX triplet: EF, 65 and 25. RGB value is (239,101,37). Sum of RGB (Red+Green+Blue) = 239+101+37=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6525 is #109ADA. Grayscale: #878787. Windows color (decimal): -1088219 or 2450927. OLE color: 2450927.

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

Color convert

RGB 239 101 37 -
CMYK 0 0.58 0.85 0.06
HSL 19.01º 0.86% 0.54% -
HSV(B) 19.01º 0.85% 0.94% -
XYZ 40.58 27.79 4.98 -
YUV 134.97 72.72 202.2 -
System Red Green Blue C M Y K H S L
Decimal 239 101 37 0 0.58 0.85 0.06 19.01 0.86 0.54
Hex EF 65 25 0 3A 55 6 13 56 36
Octal 357 145 45 0 72 125 6 23 126 66
Binary 11101111 1100101 100101 0 111010 1010101 110 10011 1010110 110110

Color Harmonies of #EF6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6525

Black with #EF6525

Text Example


Text Example

White with #EF6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6525; }

 p { color: rgb(239,101,37); }

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

background-color css

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

 a { background-color: rgb(239,101,37); }

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

border-color css

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

 span { border-color: rgb(239,101,37); }

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