Shades of Buttercup #E69731
Tints of Buttercup #E69731
RGB
CMYK
RGB Variations
Color information
#E69731 (or 0xE69731) is known color: Buttercup. HEX triplet: E6, 97 and 31. RGB value is (230,151,49). Sum of RGB (Red+Green+Blue) = 230+151+49=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 49 (19.53% from 255 or 11.40% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E69731 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69731 is #1968CE. Grayscale: #A3A3A3. Windows color (decimal): -1665231 or 3250150. OLE color: 3250150.
HSL color Cylindrical-coordinate representation of color #E69731: hue angle of 33.81º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E69731 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 49 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.10 |
| HSL | 33.81º | 0.78% | 0.55% | - |
| HSV(B) | 33.81º | 0.79% | 0.9% | - |
| XYZ | 44.25 | 39.18 | 8.14 | - |
| YUV | 162.99 | 63.67 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 49 | 0 | 0.34 | 0.79 | 0.10 | 33.81 | 0.78 | 0.55 |
| Hex | E6 | 97 | 31 | 0 | 22 | 4F | A | 22 | 4E | 37 |
| Octal | 346 | 227 | 61 | 0 | 42 | 117 | 12 | 42 | 116 | 67 |
| Binary | 11100110 | 10010111 | 110001 | 0 | 100010 | 1001111 | 1010 | 100010 | 1001110 | 110111 |
Color Harmonies of #E69731
Complementary color
Monochromatic Colors of #E69731
Black with #E69731
Text Example
Text Example
White with #E69731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69731; }
p { color: rgb(230,151,49); }
H1.HeaderClassName
{
color: #E69731;
}
.AnyTagClassName
{
color: #E69731;
}
</style>
background-color css
<style>
a { background-color: #E69731; }
a { background-color: rgb(230,151,49); }
div.DivClassName
{
background-color: #E69731;
}
.BgClassName
{
background-color: #E69731;
}
</style>
border-color css
<style>
span { border-color: #E69731; }
span { border-color: rgb(230,151,49); }
td.TdClassName
{
border-color: #E69731;
}
.TagClassName
{
border-color: #E69731;
}
</style>