Shades of Buttercup #E69D25
Tints of Buttercup #E69D25
RGB
CMYK
RGB Variations
Color information
#E69D25 (or 0xE69D25) is known color: Buttercup. HEX triplet: E6, 9D and 25. RGB value is (230,157,37). Sum of RGB (Red+Green+Blue) = 230+157+37=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69D25 is #1962DA. Grayscale: #A5A5A5. Windows color (decimal): -1663707 or 2465254. OLE color: 2465254.
HSL color Cylindrical-coordinate representation of color #E69D25: hue angle of 37.31º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E69D25 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 37 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.10 |
| HSL | 37.31º | 0.79% | 0.52% | - |
| HSV(B) | 37.31º | 0.84% | 0.9% | - |
| XYZ | 45.02 | 41.07 | 7.3 | - |
| YUV | 165.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 37 | 0 | 0.32 | 0.84 | 0.10 | 37.31 | 0.79 | 0.52 |
| Hex | E6 | 9D | 25 | 0 | 20 | 54 | A | 25 | 4F | 34 |
| Octal | 346 | 235 | 45 | 0 | 40 | 124 | 12 | 45 | 117 | 64 |
| Binary | 11100110 | 10011101 | 100101 | 0 | 100000 | 1010100 | 1010 | 100101 | 1001111 | 110100 |
Color Harmonies of #E69D25
Complementary color
Monochromatic Colors of #E69D25
Black with #E69D25
Text Example
Text Example
White with #E69D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D25; }
p { color: rgb(230,157,37); }
H1.HeaderClassName
{
color: #E69D25;
}
.AnyTagClassName
{
color: #E69D25;
}
</style>
background-color css
<style>
a { background-color: #E69D25; }
a { background-color: rgb(230,157,37); }
div.DivClassName
{
background-color: #E69D25;
}
.BgClassName
{
background-color: #E69D25;
}
</style>
border-color css
<style>
span { border-color: #E69D25; }
span { border-color: rgb(230,157,37); }
td.TdClassName
{
border-color: #E69D25;
}
.TagClassName
{
border-color: #E69D25;
}
</style>