Shades of La Rioja #C5CE0E
Tints of La Rioja #C5CE0E
RGB
CMYK
RGB Variations
Color information
#C5CE0E (or 0xC5CE0E) is known color: La Rioja. HEX triplet: C5, CE and 0E. RGB value is (197,206,14). Sum of RGB (Red+Green+Blue) = 197+206+14=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CE0E is #3A31F1. Grayscale: #B6B6B6. Windows color (decimal): -3813874 or 970437. OLE color: 970437.
HSL color Cylindrical-coordinate representation of color #C5CE0E: hue angle of 62.81º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5CE0E is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 14 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.19 |
| HSL | 62.81º | 0.87% | 0.43% | - |
| HSV(B) | 62.81º | 0.93% | 0.81% | - |
| XYZ | 45.18 | 56.04 | 8.85 | - |
| YUV | 181.42 | 33.52 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 14 | 0.04 | 0 | 0.93 | 0.19 | 62.81 | 0.87 | 0.43 |
| Hex | C5 | CE | E | 4 | 0 | 5D | 13 | 3F | 57 | 2B |
| Octal | 305 | 316 | 16 | 4 | 0 | 135 | 23 | 77 | 127 | 53 |
| Binary | 11000101 | 11001110 | 1110 | 100 | 0 | 1011101 | 10011 | 111111 | 1010111 | 101011 |
Color Harmonies of #C5CE0E
Complementary color
Monochromatic Colors of #C5CE0E
Black with #C5CE0E
Text Example
Text Example
White with #C5CE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CE0E; }
p { color: rgb(197,206,14); }
H1.HeaderClassName
{
color: #C5CE0E;
}
.AnyTagClassName
{
color: #C5CE0E;
}
</style>
background-color css
<style>
a { background-color: #C5CE0E; }
a { background-color: rgb(197,206,14); }
div.DivClassName
{
background-color: #C5CE0E;
}
.BgClassName
{
background-color: #C5CE0E;
}
</style>
border-color css
<style>
span { border-color: #C5CE0E; }
span { border-color: rgb(197,206,14); }
td.TdClassName
{
border-color: #C5CE0E;
}
.TagClassName
{
border-color: #C5CE0E;
}
</style>