Shades of Barberry #CEDA18
Tints of Barberry #CEDA18
RGB
CMYK
RGB Variations
Color information
#CEDA18 (or 0xCEDA18) is known color: Barberry. HEX triplet: CE, DA and 18. RGB value is (206,218,24). Sum of RGB (Red+Green+Blue) = 206+218+24=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 24 (9.77% from 255 or 5.36% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA18 is #3125E7. Grayscale: #C1C1C1. Windows color (decimal): -3220968 or 1628878. OLE color: 1628878.
HSL color Cylindrical-coordinate representation of color #CEDA18: hue angle of 63.71º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEDA18 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 24 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.15 |
| HSL | 63.71º | 0.8% | 0.47% | - |
| HSV(B) | 63.71º | 0.89% | 0.85% | - |
| XYZ | 50.69 | 63.33 | 10.42 | - |
| YUV | 192.3 | 33.02 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 24 | 0.06 | 0 | 0.89 | 0.15 | 63.71 | 0.8 | 0.47 |
| Hex | CE | DA | 18 | 6 | 0 | 59 | F | 40 | 50 | 2F |
| Octal | 316 | 332 | 30 | 6 | 0 | 131 | 17 | 100 | 120 | 57 |
| Binary | 11001110 | 11011010 | 11000 | 110 | 0 | 1011001 | 1111 | 1000000 | 1010000 | 101111 |
Color Harmonies of #CEDA18
Complementary color
Monochromatic Colors of #CEDA18
Black with #CEDA18
Text Example
Text Example
White with #CEDA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA18; }
p { color: rgb(206,218,24); }
H1.HeaderClassName
{
color: #CEDA18;
}
.AnyTagClassName
{
color: #CEDA18;
}
</style>
background-color css
<style>
a { background-color: #CEDA18; }
a { background-color: rgb(206,218,24); }
div.DivClassName
{
background-color: #CEDA18;
}
.BgClassName
{
background-color: #CEDA18;
}
</style>
border-color css
<style>
span { border-color: #CEDA18; }
span { border-color: rgb(206,218,24); }
td.TdClassName
{
border-color: #CEDA18;
}
.TagClassName
{
border-color: #CEDA18;
}
</style>