Shades of Burnt Sienna #EC764A
Tints of Burnt Sienna #EC764A
RGB
CMYK
RGB Variations
Color information
#EC764A (or 0xEC764A) is known color: Burnt Sienna. HEX triplet: EC, 76 and 4A. RGB value is (236,118,74). Sum of RGB (Red+Green+Blue) = 236+118+74=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 118 (46.48% from 255 or 27.57% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC764A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC764A is #1389B5. Grayscale: #949494. Windows color (decimal): -1280438 or 4880108. OLE color: 4880108.
HSL color Cylindrical-coordinate representation of color #EC764A: hue angle of 16.3º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC764A is Cyan = 0, Magento = 0.5, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 74 | - |
| CMYK | 0 | 0.5 | 0.69 | 0.07 |
| HSL | 16.3º | 0.81% | 0.61% | - |
| HSV(B) | 16.3º | 0.69% | 0.93% | - |
| XYZ | 42.31 | 31.28 | 10.29 | - |
| YUV | 148.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 74 | 0 | 0.5 | 0.69 | 0.07 | 16.3 | 0.81 | 0.61 |
| Hex | EC | 76 | 4A | 0 | 32 | 45 | 7 | 10 | 51 | 3D |
| Octal | 354 | 166 | 112 | 0 | 62 | 105 | 7 | 20 | 121 | 75 |
| Binary | 11101100 | 1110110 | 1001010 | 0 | 110010 | 1000101 | 111 | 10000 | 1010001 | 111101 |
Color Harmonies of #EC764A
Complementary color
Monochromatic Colors of #EC764A
Black with #EC764A
Text Example
Text Example
White with #EC764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC764A; }
p { color: rgb(236,118,74); }
H1.HeaderClassName
{
color: #EC764A;
}
.AnyTagClassName
{
color: #EC764A;
}
</style>
background-color css
<style>
a { background-color: #EC764A; }
a { background-color: rgb(236,118,74); }
div.DivClassName
{
background-color: #EC764A;
}
.BgClassName
{
background-color: #EC764A;
}
</style>
border-color css
<style>
span { border-color: #EC764A; }
span { border-color: rgb(236,118,74); }
td.TdClassName
{
border-color: #EC764A;
}
.TagClassName
{
border-color: #EC764A;
}
</style>