Shades of Bird Flower #CEB501
Tints of Bird Flower #CEB501
RGB
CMYK
RGB Variations
Color information
#CEB501 (or 0xCEB501) is known color: Bird Flower. HEX triplet: CE, B5 and 01. RGB value is (206,181,1). Sum of RGB (Red+Green+Blue) = 206+181+1=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB501 is #314AFE. Grayscale: #A8A8A8. Windows color (decimal): -3230463 or 112078. OLE color: 112078.
HSL color Cylindrical-coordinate representation of color #CEB501: hue angle of 52.68º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEB501 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.19 |
| HSL | 52.68º | 0.99% | 0.41% | - |
| HSV(B) | 52.68º | 1% | 0.81% | - |
| XYZ | 41.98 | 46.17 | 6.73 | - |
| YUV | 167.96 | 33.78 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 1 | 0 | 0.12 | 1.00 | 0.19 | 52.68 | 0.99 | 0.41 |
| Hex | CE | B5 | 1 | 0 | C | 64 | 13 | 35 | 63 | 29 |
| Octal | 316 | 265 | 1 | 0 | 14 | 144 | 23 | 65 | 143 | 51 |
| Binary | 11001110 | 10110101 | 1 | 0 | 1100 | 1100100 | 10011 | 110101 | 1100011 | 101001 |
Color Harmonies of #CEB501
Complementary color
Monochromatic Colors of #CEB501
Black with #CEB501
Text Example
Text Example
White with #CEB501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB501; }
p { color: rgb(206,181,1); }
H1.HeaderClassName
{
color: #CEB501;
}
.AnyTagClassName
{
color: #CEB501;
}
</style>
background-color css
<style>
a { background-color: #CEB501; }
a { background-color: rgb(206,181,1); }
div.DivClassName
{
background-color: #CEB501;
}
.BgClassName
{
background-color: #CEB501;
}
</style>
border-color css
<style>
span { border-color: #CEB501; }
span { border-color: rgb(206,181,1); }
td.TdClassName
{
border-color: #CEB501;
}
.TagClassName
{
border-color: #CEB501;
}
</style>