Shades of Pear #CEDE2A
Tints of Pear #CEDE2A
RGB
CMYK
RGB Variations
Color information
#CEDE2A (or 0xCEDE2A) is known color: Pear. HEX triplet: CE, DE and 2A. RGB value is (206,222,42). Sum of RGB (Red+Green+Blue) = 206+222+42=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 42 (16.80% from 255 or 8.94% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDE2A is #3121D5. Grayscale: #C5C5C5. Windows color (decimal): -3219926 or 2809550. OLE color: 2809550.
HSL color Cylindrical-coordinate representation of color #CEDE2A: hue angle of 65.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEDE2A is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 42 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.13 |
| HSL | 65.33º | 0.73% | 0.52% | - |
| HSV(B) | 65.33º | 0.81% | 0.87% | - |
| XYZ | 51.99 | 65.53 | 12.1 | - |
| YUV | 196.7 | 40.7 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 42 | 0.07 | 0 | 0.81 | 0.13 | 65.33 | 0.73 | 0.52 |
| Hex | CE | DE | 2A | 7 | 0 | 51 | D | 41 | 49 | 34 |
| Octal | 316 | 336 | 52 | 7 | 0 | 121 | 15 | 101 | 111 | 64 |
| Binary | 11001110 | 11011110 | 101010 | 111 | 0 | 1010001 | 1101 | 1000001 | 1001001 | 110100 |
Color Harmonies of #CEDE2A
Complementary color
Monochromatic Colors of #CEDE2A
Black with #CEDE2A
Text Example
Text Example
White with #CEDE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE2A; }
p { color: rgb(206,222,42); }
H1.HeaderClassName
{
color: #CEDE2A;
}
.AnyTagClassName
{
color: #CEDE2A;
}
</style>
background-color css
<style>
a { background-color: #CEDE2A; }
a { background-color: rgb(206,222,42); }
div.DivClassName
{
background-color: #CEDE2A;
}
.BgClassName
{
background-color: #CEDE2A;
}
</style>
border-color css
<style>
span { border-color: #CEDE2A; }
span { border-color: rgb(206,222,42); }
td.TdClassName
{
border-color: #CEDE2A;
}
.TagClassName
{
border-color: #CEDE2A;
}
</style>