Shades of Buttercup #E69C2C
Tints of Buttercup #E69C2C
RGB
CMYK
RGB Variations
Color information
#E69C2C (or 0xE69C2C) is known color: Buttercup. HEX triplet: E6, 9C and 2C. RGB value is (230,156,44). Sum of RGB (Red+Green+Blue) = 230+156+44=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69C2C is #1963D3. Grayscale: #A5A5A5. Windows color (decimal): -1663956 or 2923750. OLE color: 2923750.
HSL color Cylindrical-coordinate representation of color #E69C2C: hue angle of 36.13º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E69C2C is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 44 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.10 |
| HSL | 36.13º | 0.79% | 0.54% | - |
| HSV(B) | 36.13º | 0.81% | 0.9% | - |
| XYZ | 44.98 | 40.78 | 7.88 | - |
| YUV | 165.36 | 59.52 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 44 | 0 | 0.32 | 0.81 | 0.10 | 36.13 | 0.79 | 0.54 |
| Hex | E6 | 9C | 2C | 0 | 20 | 51 | A | 24 | 4F | 36 |
| Octal | 346 | 234 | 54 | 0 | 40 | 121 | 12 | 44 | 117 | 66 |
| Binary | 11100110 | 10011100 | 101100 | 0 | 100000 | 1010001 | 1010 | 100100 | 1001111 | 110110 |
Color Harmonies of #E69C2C
Complementary color
Monochromatic Colors of #E69C2C
Black with #E69C2C
Text Example
Text Example
White with #E69C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69C2C; }
p { color: rgb(230,156,44); }
H1.HeaderClassName
{
color: #E69C2C;
}
.AnyTagClassName
{
color: #E69C2C;
}
</style>
background-color css
<style>
a { background-color: #E69C2C; }
a { background-color: rgb(230,156,44); }
div.DivClassName
{
background-color: #E69C2C;
}
.BgClassName
{
background-color: #E69C2C;
}
</style>
border-color css
<style>
span { border-color: #E69C2C; }
span { border-color: rgb(230,156,44); }
td.TdClassName
{
border-color: #E69C2C;
}
.TagClassName
{
border-color: #E69C2C;
}
</style>