Shades of Bitter Lemon #CECD30
Tints of Bitter Lemon #CECD30
RGB
CMYK
RGB Variations
Color information
#CECD30 (or 0xCECD30) is known color: Bitter Lemon. HEX triplet: CE, CD and 30. RGB value is (206,205,48). Sum of RGB (Red+Green+Blue) = 206+205+48=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD30 is #3132CF. Grayscale: #BCBCBC. Windows color (decimal): -3224272 or 3198414. OLE color: 3198414.
HSL color Cylindrical-coordinate representation of color #CECD30: 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.77%. Process color model (Four color, CMYK) of #CECD30 is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 48 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.19 |
| HSL | 59.62º | 0.62% | 0.5% | - |
| HSV(B) | 59.62º | 0.77% | 0.81% | - |
| XYZ | 47.82 | 57 | 11.28 | - |
| YUV | 187.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 48 | 0 | 0.00 | 0.77 | 0.19 | 59.62 | 0.62 | 0.5 |
| Hex | CE | CD | 30 | 0 | 0 | 4D | 13 | 3C | 3E | 32 |
| Octal | 316 | 315 | 60 | 0 | 0 | 115 | 23 | 74 | 76 | 62 |
| Binary | 11001110 | 11001101 | 110000 | 0 | 0 | 1001101 | 10011 | 111100 | 111110 | 110010 |
Color Harmonies of #CECD30
Complementary color
Monochromatic Colors of #CECD30
Black with #CECD30
Text Example
Text Example
White with #CECD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD30; }
p { color: rgb(206,205,48); }
H1.HeaderClassName
{
color: #CECD30;
}
.AnyTagClassName
{
color: #CECD30;
}
</style>
background-color css
<style>
a { background-color: #CECD30; }
a { background-color: rgb(206,205,48); }
div.DivClassName
{
background-color: #CECD30;
}
.BgClassName
{
background-color: #CECD30;
}
</style>
border-color css
<style>
span { border-color: #CECD30; }
span { border-color: rgb(206,205,48); }
td.TdClassName
{
border-color: #CECD30;
}
.TagClassName
{
border-color: #CECD30;
}
</style>