Shades of Bitter Lemon #CECD31
Tints of Bitter Lemon #CECD31
RGB
CMYK
RGB Variations
Color information
#CECD31 (or 0xCECD31) is known color: Bitter Lemon. HEX triplet: CE, CD and 31. RGB value is (206,205,49). Sum of RGB (Red+Green+Blue) = 206+205+49=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 49 (19.53% from 255 or 10.65% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD31 is #3132CE. Grayscale: #BCBCBC. Windows color (decimal): -3224271 or 3263950. OLE color: 3263950.
HSL color Cylindrical-coordinate representation of color #CECD31: hue angle of 59.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CECD31 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 49 | - |
| CMYK | 0 | 0.00 | 0.76 | 0.19 |
| HSL | 59.62º | 0.62% | 0.5% | - |
| HSV(B) | 59.62º | 0.76% | 0.81% | - |
| XYZ | 47.84 | 57.01 | 11.39 | - |
| YUV | 187.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 49 | 0 | 0.00 | 0.76 | 0.19 | 59.62 | 0.62 | 0.5 |
| Hex | CE | CD | 31 | 0 | 0 | 4C | 13 | 3C | 3E | 32 |
| Octal | 316 | 315 | 61 | 0 | 0 | 114 | 23 | 74 | 76 | 62 |
| Binary | 11001110 | 11001101 | 110001 | 0 | 0 | 1001100 | 10011 | 111100 | 111110 | 110010 |
Color Harmonies of #CECD31
Complementary color
Monochromatic Colors of #CECD31
Black with #CECD31
Text Example
Text Example
White with #CECD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD31; }
p { color: rgb(206,205,49); }
H1.HeaderClassName
{
color: #CECD31;
}
.AnyTagClassName
{
color: #CECD31;
}
</style>
background-color css
<style>
a { background-color: #CECD31; }
a { background-color: rgb(206,205,49); }
div.DivClassName
{
background-color: #CECD31;
}
.BgClassName
{
background-color: #CECD31;
}
</style>
border-color css
<style>
span { border-color: #CECD31; }
span { border-color: rgb(206,205,49); }
td.TdClassName
{
border-color: #CECD31;
}
.TagClassName
{
border-color: #CECD31;
}
</style>