Shades of Jonquil #DEED94
Tints of Jonquil #DEED94
RGB
CMYK
RGB Variations
Color information
#DEED94 (or 0xDEED94) is known color: Jonquil. HEX triplet: DE, ED and 94. RGB value is (222,237,148). Sum of RGB (Red+Green+Blue) = 222+237+148=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 148 (58.20% from 255 or 24.38% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEED94 is #21126B. Grayscale: #DEDEDE. Windows color (decimal): -2167404 or 9760222. OLE color: 9760222.
HSL color Cylindrical-coordinate representation of color #DEED94: hue angle of 70.11º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEED94 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 148 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.07 |
| HSL | 70.11º | 0.71% | 0.75% | - |
| HSV(B) | 70.11º | 0.38% | 0.93% | - |
| XYZ | 65.75 | 78.24 | 39.65 | - |
| YUV | 222.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 148 | 0.06 | 0 | 0.38 | 0.07 | 70.11 | 0.71 | 0.75 |
| Hex | DE | ED | 94 | 6 | 0 | 26 | 7 | 46 | 47 | 4B |
| Octal | 336 | 355 | 224 | 6 | 0 | 46 | 7 | 106 | 107 | 113 |
| Binary | 11011110 | 11101101 | 10010100 | 110 | 0 | 100110 | 111 | 1000110 | 1000111 | 1001011 |
Color Harmonies of #DEED94
Complementary color
Monochromatic Colors of #DEED94
Black with #DEED94
Text Example
Text Example
White with #DEED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED94; }
p { color: rgb(222,237,148); }
H1.HeaderClassName
{
color: #DEED94;
}
.AnyTagClassName
{
color: #DEED94;
}
</style>
background-color css
<style>
a { background-color: #DEED94; }
a { background-color: rgb(222,237,148); }
div.DivClassName
{
background-color: #DEED94;
}
.BgClassName
{
background-color: #DEED94;
}
</style>
border-color css
<style>
span { border-color: #DEED94; }
span { border-color: rgb(222,237,148); }
td.TdClassName
{
border-color: #DEED94;
}
.TagClassName
{
border-color: #DEED94;
}
</style>