Shades of Bird Flower #CEB401
Tints of Bird Flower #CEB401
RGB
CMYK
RGB Variations
Color information
#CEB401 (or 0xCEB401) is known color: Bird Flower. HEX triplet: CE, B4 and 01. RGB value is (206,180,1). Sum of RGB (Red+Green+Blue) = 206+180+1=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB401 is #314BFE. Grayscale: #A8A8A8. Windows color (decimal): -3230719 or 111822. OLE color: 111822.
HSL color Cylindrical-coordinate representation of color #CEB401: hue angle of 52.39º 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 #CEB401 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.19 |
| HSL | 52.39º | 0.99% | 0.41% | - |
| HSV(B) | 52.39º | 1% | 0.81% | - |
| XYZ | 41.78 | 45.77 | 6.66 | - |
| YUV | 167.37 | 34.11 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 1 | 0 | 0.13 | 1.00 | 0.19 | 52.39 | 0.99 | 0.41 |
| Hex | CE | B4 | 1 | 0 | D | 64 | 13 | 34 | 63 | 29 |
| Octal | 316 | 264 | 1 | 0 | 15 | 144 | 23 | 64 | 143 | 51 |
| Binary | 11001110 | 10110100 | 1 | 0 | 1101 | 1100100 | 10011 | 110100 | 1100011 | 101001 |
Color Harmonies of #CEB401
Complementary color
Monochromatic Colors of #CEB401
Black with #CEB401
Text Example
Text Example
White with #CEB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB401; }
p { color: rgb(206,180,1); }
H1.HeaderClassName
{
color: #CEB401;
}
.AnyTagClassName
{
color: #CEB401;
}
</style>
background-color css
<style>
a { background-color: #CEB401; }
a { background-color: rgb(206,180,1); }
div.DivClassName
{
background-color: #CEB401;
}
.BgClassName
{
background-color: #CEB401;
}
</style>
border-color css
<style>
span { border-color: #CEB401; }
span { border-color: rgb(206,180,1); }
td.TdClassName
{
border-color: #CEB401;
}
.TagClassName
{
border-color: #CEB401;
}
</style>