Html Css Color HEX #EC704E Burnt Sienna

📋 copy color: '#EC704E'

red 236 ◦ green 112 ◦ blue 78

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

Shades of Burnt Sienna #EC704E

Tints of Burnt Sienna #EC704E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.31%

R = 55.4%
G = 26.29%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC704E (or 0xEC704E) is known color: Burnt Sienna. HEX triplet: EC, 70 and 4E. RGB value is (236,112,78). Sum of RGB (Red+Green+Blue) = 236+112+78=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC704E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC704E is #138FB1. Grayscale: #919191. Windows color (decimal): -1281970 or 5140716. OLE color: 5140716.

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

Color convert

RGB 236 112 78 -
CMYK 0 0.53 0.67 0.07
HSL 12.91º 0.81% 0.62% -
HSV(B) 12.91º 0.67% 0.93% -
XYZ 41.76 29.97 10.79 -
YUV 145.2 90.08 192.76 -
System Red Green Blue C M Y K H S L
Decimal 236 112 78 0 0.53 0.67 0.07 12.91 0.81 0.62
Hex EC 70 4E 0 35 43 7 D 51 3E
Octal 354 160 116 0 65 103 7 15 121 76
Binary 11101100 1110000 1001110 0 110101 1000011 111 1101 1010001 111110

Color Harmonies of #EC704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC704E

Black with #EC704E

Text Example


Text Example

White with #EC704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC704E; }

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

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

background-color css

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

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

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

border-color css

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

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

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