Shades of Burnt Sienna #EF774A
Tints of Burnt Sienna #EF774A
RGB
CMYK
RGB Variations
Color information
#EF774A (or 0xEF774A) is known color: Burnt Sienna. HEX triplet: EF, 77 and 4A. RGB value is (239,119,74). Sum of RGB (Red+Green+Blue) = 239+119+74=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 119 (46.88% from 255 or 27.55% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF774A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF774A is #1088B5. Grayscale: #969696. Windows color (decimal): -1083574 or 4880367. OLE color: 4880367.
HSL color Cylindrical-coordinate representation of color #EF774A: hue angle of 16.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF774A is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 74 | - |
| CMYK | 0 | 0.50 | 0.69 | 0.06 |
| HSL | 16.36º | 0.84% | 0.61% | - |
| HSV(B) | 16.36º | 0.69% | 0.94% | - |
| XYZ | 43.43 | 32.04 | 10.37 | - |
| YUV | 149.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 74 | 0 | 0.50 | 0.69 | 0.06 | 16.36 | 0.84 | 0.61 |
| Hex | EF | 77 | 4A | 0 | 32 | 45 | 6 | 10 | 54 | 3D |
| Octal | 357 | 167 | 112 | 0 | 62 | 105 | 6 | 20 | 124 | 75 |
| Binary | 11101111 | 1110111 | 1001010 | 0 | 110010 | 1000101 | 110 | 10000 | 1010100 | 111101 |
Color Harmonies of #EF774A
Complementary color
Monochromatic Colors of #EF774A
Black with #EF774A
Text Example
Text Example
White with #EF774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF774A; }
p { color: rgb(239,119,74); }
H1.HeaderClassName
{
color: #EF774A;
}
.AnyTagClassName
{
color: #EF774A;
}
</style>
background-color css
<style>
a { background-color: #EF774A; }
a { background-color: rgb(239,119,74); }
div.DivClassName
{
background-color: #EF774A;
}
.BgClassName
{
background-color: #EF774A;
}
</style>
border-color css
<style>
span { border-color: #EF774A; }
span { border-color: rgb(239,119,74); }
td.TdClassName
{
border-color: #EF774A;
}
.TagClassName
{
border-color: #EF774A;
}
</style>