Shades of Pear #CEDC1A
Tints of Pear #CEDC1A
RGB
CMYK
RGB Variations
Color information
#CEDC1A (or 0xCEDC1A) is known color: Pear. HEX triplet: CE, DC and 1A. RGB value is (206,220,26). Sum of RGB (Red+Green+Blue) = 206+220+26=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 26 (10.55% from 255 or 5.75% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC1A is #3123E5. Grayscale: #C2C2C2. Windows color (decimal): -3220454 or 1760462. OLE color: 1760462.
HSL color Cylindrical-coordinate representation of color #CEDC1A: hue angle of 64.33º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEDC1A is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 26 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.14 |
| HSL | 64.33º | 0.79% | 0.48% | - |
| HSV(B) | 64.33º | 0.88% | 0.86% | - |
| XYZ | 51.23 | 64.38 | 10.7 | - |
| YUV | 193.7 | 33.36 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 26 | 0.06 | 0 | 0.88 | 0.14 | 64.33 | 0.79 | 0.48 |
| Hex | CE | DC | 1A | 6 | 0 | 58 | E | 40 | 4F | 30 |
| Octal | 316 | 334 | 32 | 6 | 0 | 130 | 16 | 100 | 117 | 60 |
| Binary | 11001110 | 11011100 | 11010 | 110 | 0 | 1011000 | 1110 | 1000000 | 1001111 | 110000 |
Color Harmonies of #CEDC1A
Complementary color
Monochromatic Colors of #CEDC1A
Black with #CEDC1A
Text Example
Text Example
White with #CEDC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC1A; }
p { color: rgb(206,220,26); }
H1.HeaderClassName
{
color: #CEDC1A;
}
.AnyTagClassName
{
color: #CEDC1A;
}
</style>
background-color css
<style>
a { background-color: #CEDC1A; }
a { background-color: rgb(206,220,26); }
div.DivClassName
{
background-color: #CEDC1A;
}
.BgClassName
{
background-color: #CEDC1A;
}
</style>
border-color css
<style>
span { border-color: #CEDC1A; }
span { border-color: rgb(206,220,26); }
td.TdClassName
{
border-color: #CEDC1A;
}
.TagClassName
{
border-color: #CEDC1A;
}
</style>