Shades of Burnt Sienna #EE694C
Tints of Burnt Sienna #EE694C
RGB
CMYK
RGB Variations
Color information
#EE694C (or 0xEE694C) is known color: Burnt Sienna. HEX triplet: EE, 69 and 4C. RGB value is (238,105,76). Sum of RGB (Red+Green+Blue) = 238+105+76=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE694C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE694C is #1196B3. Grayscale: #8D8D8D. Windows color (decimal): -1152692 or 5007854. OLE color: 5007854.
HSL color Cylindrical-coordinate representation of color #EE694C: hue angle of 10.74º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE694C is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 76 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.07 |
| HSL | 10.74º | 0.83% | 0.62% | - |
| HSV(B) | 10.74º | 0.68% | 0.93% | - |
| XYZ | 41.62 | 28.8 | 10.2 | - |
| YUV | 141.46 | 91.06 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 76 | 0 | 0.56 | 0.68 | 0.07 | 10.74 | 0.83 | 0.62 |
| Hex | EE | 69 | 4C | 0 | 38 | 44 | 7 | B | 53 | 3E |
| Octal | 356 | 151 | 114 | 0 | 70 | 104 | 7 | 13 | 123 | 76 |
| Binary | 11101110 | 1101001 | 1001100 | 0 | 111000 | 1000100 | 111 | 1011 | 1010011 | 111110 |
Color Harmonies of #EE694C
Complementary color
Monochromatic Colors of #EE694C
Black with #EE694C
Text Example
Text Example
White with #EE694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE694C; }
p { color: rgb(238,105,76); }
H1.HeaderClassName
{
color: #EE694C;
}
.AnyTagClassName
{
color: #EE694C;
}
</style>
background-color css
<style>
a { background-color: #EE694C; }
a { background-color: rgb(238,105,76); }
div.DivClassName
{
background-color: #EE694C;
}
.BgClassName
{
background-color: #EE694C;
}
</style>
border-color css
<style>
span { border-color: #EE694C; }
span { border-color: rgb(238,105,76); }
td.TdClassName
{
border-color: #EE694C;
}
.TagClassName
{
border-color: #EE694C;
}
</style>