Shades of Bitter Lemon #CECE2E
Tints of Bitter Lemon #CECE2E
RGB
CMYK
RGB Variations
Color information
#CECE2E (or 0xCECE2E) is known color: Bitter Lemon. HEX triplet: CE, CE and 2E. RGB value is (206,206,46). Sum of RGB (Red+Green+Blue) = 206+206+46=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 46 (18.36% from 255 or 10.04% from 458); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE2E is #3131D1. Grayscale: #BCBCBC. Windows color (decimal): -3224018 or 3067598. OLE color: 3067598.
HSL color Cylindrical-coordinate representation of color #CECE2E: hue angle of 60º 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 #CECE2E is Cyan = 0, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 46 | - |
CMYK | 0 | 0 | 0.78 | 0.19 |
HSL | 60º | 0.63% | 0.49% | - |
HSV(B) | 60º | 0.78% | 0.81% | - |
XYZ | 48.02 | 57.46 | 11.15 | - |
YUV | 187.76 | 48 | 141.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 46 | 0 | 0 | 0.78 | 0.19 | 60 | 0.63 | 0.49 |
Hex | CE | CE | 2E | 0 | 0 | 4E | 13 | 3C | 3F | 31 |
Octal | 316 | 316 | 56 | 0 | 0 | 116 | 23 | 74 | 77 | 61 |
Binary | 11001110 | 11001110 | 101110 | 0 | 0 | 1001110 | 10011 | 111100 | 111111 | 110001 |
Color Harmonies of #CECE2E
Complementary color
Monochromatic Colors of #CECE2E
Black with #CECE2E
Text Example
Text Example
White with #CECE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE2E; }
p { color: rgb(206,206,46); }
H1.HeaderClassName
{
color: #CECE2E;
}
.AnyTagClassName
{
color: #CECE2E;
}
</style>
background-color css
<style>
a { background-color: #CECE2E; }
a { background-color: rgb(206,206,46); }
div.DivClassName
{
background-color: #CECE2E;
}
.BgClassName
{
background-color: #CECE2E;
}
</style>
border-color css
<style>
span { border-color: #CECE2E; }
span { border-color: rgb(206,206,46); }
td.TdClassName
{
border-color: #CECE2E;
}
.TagClassName
{
border-color: #CECE2E;
}
</style>