Shades of Primrose #DEE58A
Tints of Primrose #DEE58A
RGB
CMYK
RGB Variations
Color information
#DEE58A (or 0xDEE58A) is known color: Primrose. HEX triplet: DE, E5 and 8A. RGB value is (222,229,138). Sum of RGB (Red+Green+Blue) = 222+229+138=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE58A is #211A75. Grayscale: #D8D8D8. Windows color (decimal): -2169462 or 9102814. OLE color: 9102814.
HSL color Cylindrical-coordinate representation of color #DEE58A: hue angle of 64.62º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE58A is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 138 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.10 |
| HSL | 64.62º | 0.64% | 0.72% | - |
| HSV(B) | 64.62º | 0.4% | 0.9% | - |
| XYZ | 62.73 | 73.4 | 34.91 | - |
| YUV | 216.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 138 | 0.03 | 0 | 0.40 | 0.10 | 64.62 | 0.64 | 0.72 |
| Hex | DE | E5 | 8A | 3 | 0 | 28 | A | 41 | 40 | 48 |
| Octal | 336 | 345 | 212 | 3 | 0 | 50 | 12 | 101 | 100 | 110 |
| Binary | 11011110 | 11100101 | 10001010 | 11 | 0 | 101000 | 1010 | 1000001 | 1000000 | 1001000 |
Color Harmonies of #DEE58A
Complementary color
Monochromatic Colors of #DEE58A
Black with #DEE58A
Text Example
Text Example
White with #DEE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE58A; }
p { color: rgb(222,229,138); }
H1.HeaderClassName
{
color: #DEE58A;
}
.AnyTagClassName
{
color: #DEE58A;
}
</style>
background-color css
<style>
a { background-color: #DEE58A; }
a { background-color: rgb(222,229,138); }
div.DivClassName
{
background-color: #DEE58A;
}
.BgClassName
{
background-color: #DEE58A;
}
</style>
border-color css
<style>
span { border-color: #DEE58A; }
span { border-color: rgb(222,229,138); }
td.TdClassName
{
border-color: #DEE58A;
}
.TagClassName
{
border-color: #DEE58A;
}
</style>