Html Css Color HEX #EC7048 Burnt Sienna

📋 copy color: '#EC7048'

red 236 ◦ green 112 ◦ blue 72

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

Shades of Burnt Sienna #EC7048

Tints of Burnt Sienna #EC7048

RGB

 RED value IS 236 (92.58% from 255) = 56.19%

 GREEN value IS 112 (44.14% from 255) = 26.67%

 BLUE value IS 72 (28.52% from 255) = 17.14%

R = 56.19%
G = 26.67%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC7048 (or 0xEC7048) is known color: Burnt Sienna. HEX triplet: EC, 70 and 48. RGB value is (236,112,72). Sum of RGB (Red+Green+Blue) = 236+112+72=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7048 is #138FB7. Grayscale: #909090. Windows color (decimal): -1281976 or 4747500. OLE color: 4747500.

HSL color Cylindrical-coordinate representation of color #EC7048: hue angle of 14.63º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC7048 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 112 72 -
CMYK 0 0.53 0.69 0.07
HSL 14.63º 0.81% 0.6% -
HSV(B) 14.63º 0.69% 0.93% -
XYZ 41.56 29.89 9.71 -
YUV 144.52 87.08 193.25 -
System Red Green Blue C M Y K H S L
Decimal 236 112 72 0 0.53 0.69 0.07 14.63 0.81 0.6
Hex EC 70 48 0 35 45 7 F 51 3C
Octal 354 160 110 0 65 105 7 17 121 74
Binary 11101100 1110000 1001000 0 110101 1000101 111 1111 1010001 111100

Color Harmonies of #EC7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7048

Black with #EC7048

Text Example


Text Example

White with #EC7048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7048; }

 p { color: rgb(236,112,72); }

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

background-color css

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

 a { background-color: rgb(236,112,72); }

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

border-color css

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

 span { border-color: rgb(236,112,72); }

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