Shades of Pear #CEDC21
Tints of Pear #CEDC21
RGB
CMYK
RGB Variations
Color information
#CEDC21 (or 0xCEDC21) is known color: Pear. HEX triplet: CE, DC and 21. RGB value is (206,220,33). Sum of RGB (Red+Green+Blue) = 206+220+33=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 33 (13.28% from 255 or 7.19% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC21 is #3123DE. Grayscale: #C3C3C3. Windows color (decimal): -3220447 or 2219214. OLE color: 2219214.
HSL color Cylindrical-coordinate representation of color #CEDC21: hue angle of 64.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEDC21 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 33 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.14 |
| HSL | 64.49º | 0.74% | 0.5% | - |
| HSV(B) | 64.49º | 0.85% | 0.86% | - |
| XYZ | 51.32 | 64.42 | 11.17 | - |
| YUV | 194.5 | 36.86 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 33 | 0.06 | 0 | 0.85 | 0.14 | 64.49 | 0.74 | 0.5 |
| Hex | CE | DC | 21 | 6 | 0 | 55 | E | 40 | 4A | 32 |
| Octal | 316 | 334 | 41 | 6 | 0 | 125 | 16 | 100 | 112 | 62 |
| Binary | 11001110 | 11011100 | 100001 | 110 | 0 | 1010101 | 1110 | 1000000 | 1001010 | 110010 |
Color Harmonies of #CEDC21
Complementary color
Monochromatic Colors of #CEDC21
Black with #CEDC21
Text Example
Text Example
White with #CEDC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC21; }
p { color: rgb(206,220,33); }
H1.HeaderClassName
{
color: #CEDC21;
}
.AnyTagClassName
{
color: #CEDC21;
}
</style>
background-color css
<style>
a { background-color: #CEDC21; }
a { background-color: rgb(206,220,33); }
div.DivClassName
{
background-color: #CEDC21;
}
.BgClassName
{
background-color: #CEDC21;
}
</style>
border-color css
<style>
span { border-color: #CEDC21; }
span { border-color: rgb(206,220,33); }
td.TdClassName
{
border-color: #CEDC21;
}
.TagClassName
{
border-color: #CEDC21;
}
</style>