Shades of La Rioja #CEDC01
Tints of La Rioja #CEDC01
RGB
CMYK
RGB Variations
Color information
#CEDC01 (or 0xCEDC01) is known color: La Rioja. HEX triplet: CE, DC and 01. RGB value is (206,220,1). Sum of RGB (Red+Green+Blue) = 206+220+1=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 1 (0.78% from 255 or 0.23% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC01 is #3123FE. Grayscale: #BFBFBF. Windows color (decimal): -3220479 or 122062. OLE color: 122062.
HSL color Cylindrical-coordinate representation of color #CEDC01: hue angle of 63.84º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEDC01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 1 | - |
| CMYK | 0.06 | 0 | 1.00 | 0.14 |
| HSL | 63.84º | 0.99% | 0.43% | - |
| HSV(B) | 63.84º | 1% | 0.86% | - |
| XYZ | 51.05 | 64.31 | 9.75 | - |
| YUV | 190.85 | 20.86 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 1 | 0.06 | 0 | 1.00 | 0.14 | 63.84 | 0.99 | 0.43 |
| Hex | CE | DC | 1 | 6 | 0 | 64 | E | 40 | 63 | 2B |
| Octal | 316 | 334 | 1 | 6 | 0 | 144 | 16 | 100 | 143 | 53 |
| Binary | 11001110 | 11011100 | 1 | 110 | 0 | 1100100 | 1110 | 1000000 | 1100011 | 101011 |
Color Harmonies of #CEDC01
Complementary color
Monochromatic Colors of #CEDC01
Black with #CEDC01
Text Example
Text Example
White with #CEDC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC01; }
p { color: rgb(206,220,1); }
H1.HeaderClassName
{
color: #CEDC01;
}
.AnyTagClassName
{
color: #CEDC01;
}
</style>
background-color css
<style>
a { background-color: #CEDC01; }
a { background-color: rgb(206,220,1); }
div.DivClassName
{
background-color: #CEDC01;
}
.BgClassName
{
background-color: #CEDC01;
}
</style>
border-color css
<style>
span { border-color: #CEDC01; }
span { border-color: rgb(206,220,1); }
td.TdClassName
{
border-color: #CEDC01;
}
.TagClassName
{
border-color: #CEDC01;
}
</style>