Shades of Burnt Sienna #EA6B4D
Tints of Burnt Sienna #EA6B4D
RGB
CMYK
RGB Variations
Color information
#EA6B4D (or 0xEA6B4D) is known color: Burnt Sienna. HEX triplet: EA, 6B and 4D. RGB value is (234,107,77). Sum of RGB (Red+Green+Blue) = 234+107+77=418 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.98% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B4D is #1594B2. Grayscale: #8D8D8D. Windows color (decimal): -1414323 or 5073898. OLE color: 5073898.
HSL color Cylindrical-coordinate representation of color #EA6B4D: hue angle of 11.46º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA6B4D is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 77 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.08 |
| HSL | 11.46º | 0.79% | 0.61% | - |
| HSV(B) | 11.46º | 0.67% | 0.92% | - |
| XYZ | 40.53 | 28.54 | 10.39 | - |
| YUV | 141.55 | 91.58 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 77 | 0 | 0.54 | 0.67 | 0.08 | 11.46 | 0.79 | 0.61 |
| Hex | EA | 6B | 4D | 0 | 36 | 43 | 8 | B | 4F | 3D |
| Octal | 352 | 153 | 115 | 0 | 66 | 103 | 10 | 13 | 117 | 75 |
| Binary | 11101010 | 1101011 | 1001101 | 0 | 110110 | 1000011 | 1000 | 1011 | 1001111 | 111101 |
Color Harmonies of #EA6B4D
Complementary color
Monochromatic Colors of #EA6B4D
Black with #EA6B4D
Text Example
Text Example
White with #EA6B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6B4D; }
p { color: rgb(234,107,77); }
H1.HeaderClassName
{
color: #EA6B4D;
}
.AnyTagClassName
{
color: #EA6B4D;
}
</style>
background-color css
<style>
a { background-color: #EA6B4D; }
a { background-color: rgb(234,107,77); }
div.DivClassName
{
background-color: #EA6B4D;
}
.BgClassName
{
background-color: #EA6B4D;
}
</style>
border-color css
<style>
span { border-color: #EA6B4D; }
span { border-color: rgb(234,107,77); }
td.TdClassName
{
border-color: #EA6B4D;
}
.TagClassName
{
border-color: #EA6B4D;
}
</style>