Shades of La Rioja #CEDB00
Tints of La Rioja #CEDB00
RGB
CMYK
RGB Variations
Color information
#CEDB00 (or 0xCEDB00) is known color: La Rioja. HEX triplet: CE, DB and 00. RGB value is (206,219,0). Sum of RGB (Red+Green+Blue) = 206+219+0=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB00 is #3124FF. Grayscale: #BFBFBF. Windows color (decimal): -3220736 or 56270. OLE color: 56270.
HSL color Cylindrical-coordinate representation of color #CEDB00: hue angle of 63.56º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEDB00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.14 |
| HSL | 63.56º | 1% | 0.43% | - |
| HSV(B) | 63.56º | 1% | 0.86% | - |
| XYZ | 50.79 | 63.78 | 9.64 | - |
| YUV | 190.15 | 20.69 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 0 | 0.06 | 0 | 1 | 0.14 | 63.56 | 1 | 0.43 |
| Hex | CE | DB | 0 | 6 | 0 | 64 | E | 40 | 64 | 2B |
| Octal | 316 | 333 | 0 | 6 | 0 | 144 | 16 | 100 | 144 | 53 |
| Binary | 11001110 | 11011011 | 0 | 110 | 0 | 1100100 | 1110 | 1000000 | 1100100 | 101011 |
Color Harmonies of #CEDB00
Complementary color
Monochromatic Colors of #CEDB00
Black with #CEDB00
Text Example
Text Example
White with #CEDB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB00; }
p { color: rgb(206,219,0); }
H1.HeaderClassName
{
color: #CEDB00;
}
.AnyTagClassName
{
color: #CEDB00;
}
</style>
background-color css
<style>
a { background-color: #CEDB00; }
a { background-color: rgb(206,219,0); }
div.DivClassName
{
background-color: #CEDB00;
}
.BgClassName
{
background-color: #CEDB00;
}
</style>
border-color css
<style>
span { border-color: #CEDB00; }
span { border-color: rgb(206,219,0); }
td.TdClassName
{
border-color: #CEDB00;
}
.TagClassName
{
border-color: #CEDB00;
}
</style>