Shades of Pear #CEDC1D
Tints of Pear #CEDC1D
RGB
CMYK
RGB Variations
Color information
#CEDC1D (or 0xCEDC1D) is known color: Pear. HEX triplet: CE, DC and 1D. RGB value is (206,220,29). Sum of RGB (Red+Green+Blue) = 206+220+29=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 29 (11.72% from 255 or 6.37% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC1D is #3123E2. Grayscale: #C2C2C2. Windows color (decimal): -3220451 or 1957070. OLE color: 1957070.
HSL color Cylindrical-coordinate representation of color #CEDC1D: hue angle of 64.4º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEDC1D is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 29 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.14 |
| HSL | 64.4º | 0.77% | 0.49% | - |
| HSV(B) | 64.4º | 0.87% | 0.86% | - |
| XYZ | 51.27 | 64.4 | 10.89 | - |
| YUV | 194.04 | 34.86 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 29 | 0.06 | 0 | 0.87 | 0.14 | 64.4 | 0.77 | 0.49 |
| Hex | CE | DC | 1D | 6 | 0 | 57 | E | 40 | 4D | 31 |
| Octal | 316 | 334 | 35 | 6 | 0 | 127 | 16 | 100 | 115 | 61 |
| Binary | 11001110 | 11011100 | 11101 | 110 | 0 | 1010111 | 1110 | 1000000 | 1001101 | 110001 |
Color Harmonies of #CEDC1D
Complementary color
Monochromatic Colors of #CEDC1D
Black with #CEDC1D
Text Example
Text Example
White with #CEDC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC1D; }
p { color: rgb(206,220,29); }
H1.HeaderClassName
{
color: #CEDC1D;
}
.AnyTagClassName
{
color: #CEDC1D;
}
</style>
background-color css
<style>
a { background-color: #CEDC1D; }
a { background-color: rgb(206,220,29); }
div.DivClassName
{
background-color: #CEDC1D;
}
.BgClassName
{
background-color: #CEDC1D;
}
</style>
border-color css
<style>
span { border-color: #CEDC1D; }
span { border-color: rgb(206,220,29); }
td.TdClassName
{
border-color: #CEDC1D;
}
.TagClassName
{
border-color: #CEDC1D;
}
</style>