Shades of Bitter Lemon #CECD2E
Tints of Bitter Lemon #CECD2E
RGB
CMYK
RGB Variations
Color information
#CECD2E (or 0xCECD2E) is known color: Bitter Lemon. HEX triplet: CE, CD and 2E. RGB value is (206,205,46). Sum of RGB (Red+Green+Blue) = 206+205+46=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 46 (18.36% from 255 or 10.07% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD2E is #3132D1. Grayscale: #BBBBBB. Windows color (decimal): -3224274 or 3067342. OLE color: 3067342.
HSL color Cylindrical-coordinate representation of color #CECD2E: hue angle of 59.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CECD2E is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 46 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.19 |
| HSL | 59.63º | 0.63% | 0.49% | - |
| HSV(B) | 59.63º | 0.78% | 0.81% | - |
| XYZ | 47.78 | 56.98 | 11.07 | - |
| YUV | 187.17 | 48.33 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 46 | 0 | 0.00 | 0.78 | 0.19 | 59.63 | 0.63 | 0.49 |
| Hex | CE | CD | 2E | 0 | 0 | 4E | 13 | 3C | 3F | 31 |
| Octal | 316 | 315 | 56 | 0 | 0 | 116 | 23 | 74 | 77 | 61 |
| Binary | 11001110 | 11001101 | 101110 | 0 | 0 | 1001110 | 10011 | 111100 | 111111 | 110001 |
Color Harmonies of #CECD2E
Complementary color
Monochromatic Colors of #CECD2E
Black with #CECD2E
Text Example
Text Example
White with #CECD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD2E; }
p { color: rgb(206,205,46); }
H1.HeaderClassName
{
color: #CECD2E;
}
.AnyTagClassName
{
color: #CECD2E;
}
</style>
background-color css
<style>
a { background-color: #CECD2E; }
a { background-color: rgb(206,205,46); }
div.DivClassName
{
background-color: #CECD2E;
}
.BgClassName
{
background-color: #CECD2E;
}
</style>
border-color css
<style>
span { border-color: #CECD2E; }
span { border-color: rgb(206,205,46); }
td.TdClassName
{
border-color: #CECD2E;
}
.TagClassName
{
border-color: #CECD2E;
}
</style>