Shades of Barberry #CEC42E
Tints of Barberry #CEC42E
RGB
CMYK
RGB Variations
Color information
#CEC42E (or 0xCEC42E) is known color: Barberry. HEX triplet: CE, C4 and 2E. RGB value is (206,196,46). Sum of RGB (Red+Green+Blue) = 206+196+46=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC42E is #313BD1. Grayscale: #B6B6B6. Windows color (decimal): -3226578 or 3065038. OLE color: 3065038.
HSL color Cylindrical-coordinate representation of color #CEC42E: hue angle of 56.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEC42E is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 46 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.19 |
| HSL | 56.25º | 0.63% | 0.49% | - |
| HSV(B) | 56.25º | 0.78% | 0.81% | - |
| XYZ | 45.69 | 52.8 | 10.37 | - |
| YUV | 181.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 46 | 0 | 0.05 | 0.78 | 0.19 | 56.25 | 0.63 | 0.49 |
| Hex | CE | C4 | 2E | 0 | 5 | 4E | 13 | 38 | 3F | 31 |
| Octal | 316 | 304 | 56 | 0 | 5 | 116 | 23 | 70 | 77 | 61 |
| Binary | 11001110 | 11000100 | 101110 | 0 | 101 | 1001110 | 10011 | 111000 | 111111 | 110001 |
Color Harmonies of #CEC42E
Complementary color
Monochromatic Colors of #CEC42E
Black with #CEC42E
Text Example
Text Example
White with #CEC42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC42E; }
p { color: rgb(206,196,46); }
H1.HeaderClassName
{
color: #CEC42E;
}
.AnyTagClassName
{
color: #CEC42E;
}
</style>
background-color css
<style>
a { background-color: #CEC42E; }
a { background-color: rgb(206,196,46); }
div.DivClassName
{
background-color: #CEC42E;
}
.BgClassName
{
background-color: #CEC42E;
}
</style>
border-color css
<style>
span { border-color: #CEC42E; }
span { border-color: rgb(206,196,46); }
td.TdClassName
{
border-color: #CEC42E;
}
.TagClassName
{
border-color: #CEC42E;
}
</style>