Shades of Burnt Sienna #EA764B
Tints of Burnt Sienna #EA764B
RGB
CMYK
RGB Variations
Color information
#EA764B (or 0xEA764B) is known color: Burnt Sienna. HEX triplet: EA, 76 and 4B. RGB value is (234,118,75). Sum of RGB (Red+Green+Blue) = 234+118+75=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA764B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA764B is #1589B4. Grayscale: #949494. Windows color (decimal): -1411509 or 4945642. OLE color: 4945642.
HSL color Cylindrical-coordinate representation of color #EA764B: hue angle of 16.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA764B is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 118 | 75 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.08 |
| HSL | 16.23º | 0.79% | 0.61% | - |
| HSV(B) | 16.23º | 0.68% | 0.92% | - |
| XYZ | 41.68 | 30.96 | 10.44 | - |
| YUV | 147.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 118 | 75 | 0 | 0.50 | 0.68 | 0.08 | 16.23 | 0.79 | 0.61 |
| Hex | EA | 76 | 4B | 0 | 32 | 44 | 8 | 10 | 4F | 3D |
| Octal | 352 | 166 | 113 | 0 | 62 | 104 | 10 | 20 | 117 | 75 |
| Binary | 11101010 | 1110110 | 1001011 | 0 | 110010 | 1000100 | 1000 | 10000 | 1001111 | 111101 |
Color Harmonies of #EA764B
Complementary color
Monochromatic Colors of #EA764B
Black with #EA764B
Text Example
Text Example
White with #EA764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA764B; }
p { color: rgb(234,118,75); }
H1.HeaderClassName
{
color: #EA764B;
}
.AnyTagClassName
{
color: #EA764B;
}
</style>
background-color css
<style>
a { background-color: #EA764B; }
a { background-color: rgb(234,118,75); }
div.DivClassName
{
background-color: #EA764B;
}
.BgClassName
{
background-color: #EA764B;
}
</style>
border-color css
<style>
span { border-color: #EA764B; }
span { border-color: rgb(234,118,75); }
td.TdClassName
{
border-color: #EA764B;
}
.TagClassName
{
border-color: #EA764B;
}
</style>