Shades of Bitter Lemon #CEDC26
Tints of Bitter Lemon #CEDC26
RGB
CMYK
RGB Variations
Color information
#CEDC26 (or 0xCEDC26) is known color: Bitter Lemon. HEX triplet: CE, DC and 26. RGB value is (206,220,38). Sum of RGB (Red+Green+Blue) = 206+220+38=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 38 (15.23% from 255 or 8.19% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC26 is #3123D9. Grayscale: #C3C3C3. Windows color (decimal): -3220442 or 2546894. OLE color: 2546894.
HSL color Cylindrical-coordinate representation of color #CEDC26: hue angle of 64.62º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEDC26 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 38 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.14 |
| HSL | 64.62º | 0.72% | 0.51% | - |
| HSV(B) | 64.62º | 0.83% | 0.86% | - |
| XYZ | 51.4 | 64.45 | 11.56 | - |
| YUV | 195.07 | 39.36 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 38 | 0.06 | 0 | 0.83 | 0.14 | 64.62 | 0.72 | 0.51 |
| Hex | CE | DC | 26 | 6 | 0 | 53 | E | 41 | 48 | 33 |
| Octal | 316 | 334 | 46 | 6 | 0 | 123 | 16 | 101 | 110 | 63 |
| Binary | 11001110 | 11011100 | 100110 | 110 | 0 | 1010011 | 1110 | 1000001 | 1001000 | 110011 |
Color Harmonies of #CEDC26
Complementary color
Monochromatic Colors of #CEDC26
Black with #CEDC26
Text Example
Text Example
White with #CEDC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC26; }
p { color: rgb(206,220,38); }
H1.HeaderClassName
{
color: #CEDC26;
}
.AnyTagClassName
{
color: #CEDC26;
}
</style>
background-color css
<style>
a { background-color: #CEDC26; }
a { background-color: rgb(206,220,38); }
div.DivClassName
{
background-color: #CEDC26;
}
.BgClassName
{
background-color: #CEDC26;
}
</style>
border-color css
<style>
span { border-color: #CEDC26; }
span { border-color: rgb(206,220,38); }
td.TdClassName
{
border-color: #CEDC26;
}
.TagClassName
{
border-color: #CEDC26;
}
</style>