Shades of Jonquil #EEED8C
Tints of Jonquil #EEED8C
RGB
CMYK
RGB Variations
Color information
#EEED8C (or 0xEEED8C) is known color: Jonquil. HEX triplet: EE, ED and 8C. RGB value is (238,237,140). Sum of RGB (Red+Green+Blue) = 238+237+140=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 140 (55.08% from 255 or 22.76% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED8C is #111273. Grayscale: #E2E2E2. Windows color (decimal): -1118836 or 9235950. OLE color: 9235950.
HSL color Cylindrical-coordinate representation of color #EEED8C: hue angle of 59.39º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEED8C is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 237 | 140 | - |
CMYK | 0 | 0.00 | 0.41 | 0.07 |
HSL | 59.39º | 0.74% | 0.74% | - |
HSV(B) | 59.39º | 0.41% | 0.93% | - |
XYZ | 70.28 | 80.64 | 36.67 | - |
YUV | 226.24 | 79.33 | 136.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 237 | 140 | 0 | 0.00 | 0.41 | 0.07 | 59.39 | 0.74 | 0.74 |
Hex | EE | ED | 8C | 0 | 0 | 29 | 7 | 3B | 4A | 4A |
Octal | 356 | 355 | 214 | 0 | 0 | 51 | 7 | 73 | 112 | 112 |
Binary | 11101110 | 11101101 | 10001100 | 0 | 0 | 101001 | 111 | 111011 | 1001010 | 1001010 |
Color Harmonies of #EEED8C
Complementary color
Monochromatic Colors of #EEED8C
Black with #EEED8C
Text Example
Text Example
White with #EEED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED8C; }
p { color: rgb(238,237,140); }
H1.HeaderClassName
{
color: #EEED8C;
}
.AnyTagClassName
{
color: #EEED8C;
}
</style>
background-color css
<style>
a { background-color: #EEED8C; }
a { background-color: rgb(238,237,140); }
div.DivClassName
{
background-color: #EEED8C;
}
.BgClassName
{
background-color: #EEED8C;
}
</style>
border-color css
<style>
span { border-color: #EEED8C; }
span { border-color: rgb(238,237,140); }
td.TdClassName
{
border-color: #EEED8C;
}
.TagClassName
{
border-color: #EEED8C;
}
</style>