Shades of Buttercup #E69B2C
Tints of Buttercup #E69B2C
RGB
CMYK
RGB Variations
Color information
#E69B2C (or 0xE69B2C) is known color: Buttercup. HEX triplet: E6, 9B and 2C. RGB value is (230,155,44). Sum of RGB (Red+Green+Blue) = 230+155+44=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69B2C is #1964D3. Grayscale: #A5A5A5. Windows color (decimal): -1664212 or 2923494. OLE color: 2923494.
HSL color Cylindrical-coordinate representation of color #E69B2C: hue angle of 35.81º 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 #E69B2C is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 44 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.10 |
| HSL | 35.81º | 0.79% | 0.54% | - |
| HSV(B) | 35.81º | 0.81% | 0.9% | - |
| XYZ | 44.81 | 40.45 | 7.83 | - |
| YUV | 164.77 | 59.85 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 44 | 0 | 0.33 | 0.81 | 0.10 | 35.81 | 0.79 | 0.54 |
| Hex | E6 | 9B | 2C | 0 | 21 | 51 | A | 24 | 4F | 36 |
| Octal | 346 | 233 | 54 | 0 | 41 | 121 | 12 | 44 | 117 | 66 |
| Binary | 11100110 | 10011011 | 101100 | 0 | 100001 | 1010001 | 1010 | 100100 | 1001111 | 110110 |
Color Harmonies of #E69B2C
Complementary color
Monochromatic Colors of #E69B2C
Black with #E69B2C
Text Example
Text Example
White with #E69B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69B2C; }
p { color: rgb(230,155,44); }
H1.HeaderClassName
{
color: #E69B2C;
}
.AnyTagClassName
{
color: #E69B2C;
}
</style>
background-color css
<style>
a { background-color: #E69B2C; }
a { background-color: rgb(230,155,44); }
div.DivClassName
{
background-color: #E69B2C;
}
.BgClassName
{
background-color: #E69B2C;
}
</style>
border-color css
<style>
span { border-color: #E69B2C; }
span { border-color: rgb(230,155,44); }
td.TdClassName
{
border-color: #E69B2C;
}
.TagClassName
{
border-color: #E69B2C;
}
</style>