Shades of Burnt Sienna #EA774C
Tints of Burnt Sienna #EA774C
RGB
CMYK
RGB Variations
Color information
#EA774C (or 0xEA774C) is known color: Burnt Sienna. HEX triplet: EA, 77 and 4C. RGB value is (234,119,76). Sum of RGB (Red+Green+Blue) = 234+119+76=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA774C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA774C is #1588B3. Grayscale: #949494. Windows color (decimal): -1411252 or 5011434. OLE color: 5011434.
HSL color Cylindrical-coordinate representation of color #EA774C: hue angle of 16.33º 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 #EA774C is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 76 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.08 |
| HSL | 16.33º | 0.79% | 0.61% | - |
| HSV(B) | 16.33º | 0.68% | 0.92% | - |
| XYZ | 41.83 | 31.21 | 10.66 | - |
| YUV | 148.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 76 | 0 | 0.49 | 0.68 | 0.08 | 16.33 | 0.79 | 0.61 |
| Hex | EA | 77 | 4C | 0 | 31 | 44 | 8 | 10 | 4F | 3D |
| Octal | 352 | 167 | 114 | 0 | 61 | 104 | 10 | 20 | 117 | 75 |
| Binary | 11101010 | 1110111 | 1001100 | 0 | 110001 | 1000100 | 1000 | 10000 | 1001111 | 111101 |
Color Harmonies of #EA774C
Complementary color
Monochromatic Colors of #EA774C
Black with #EA774C
Text Example
Text Example
White with #EA774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA774C; }
p { color: rgb(234,119,76); }
H1.HeaderClassName
{
color: #EA774C;
}
.AnyTagClassName
{
color: #EA774C;
}
</style>
background-color css
<style>
a { background-color: #EA774C; }
a { background-color: rgb(234,119,76); }
div.DivClassName
{
background-color: #EA774C;
}
.BgClassName
{
background-color: #EA774C;
}
</style>
border-color css
<style>
span { border-color: #EA774C; }
span { border-color: rgb(234,119,76); }
td.TdClassName
{
border-color: #EA774C;
}
.TagClassName
{
border-color: #EA774C;
}
</style>