#EEED8D

Color #EEED8D Jonquil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jonquil #EEED8D

Tints of Jonquil #EEED8D

Color information

#EEED8D (or 0xEEED8D) is unknown color: approx Jonquil. HEX triplet: EE, ED and 8D. RGB value is (238,237,141). Sum of RGB (Red+Green+Blue) = 238+237+141=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEED8D is #111272. Grayscale: #E2E2E2. Windows color (decimal): -1118835 or 9301486. OLE color: 9301486.

HSL color Cylindrical-coordinate representation of color #EEED8D: hue angle of 59.38º 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 #EEED8D is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238237141-
CMYK00.000.410.07
HSL59.38º74.05%74.31%-
HSV(B)59.38º40.76%93.33%-
XYZ70.3580.6737.06-
YUV226.3679.83136.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 141 (55.47% from 255) = 22.89%
R=38.64%
G=38.47%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823714100.000.410.0759.3874.0574.31
HexEEED8D002973b4a4a
Octal3563552150051773112112
Binary1110111011101101100011010010100111111101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEED8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEED8D; }

 p { color: rgb(238,237,141); }

 H1.HeaderClassName
 {
   color: #EEED8D;
 }
 .AnyTagClassName
 {
   color: #EEED8D;
 }
</style>
background-color css

<style>
 a { background-color: #EEED8D; }

 a { background-color: rgb(238,237,141); }

 div.DivClassName
 {
   background-color: #EEED8D;
 }
 .BgClassName
 {
   background-color: #EEED8D;
 }
</style>
border-color css

<style>
 span { border-color: #EEED8D; }

 span { border-color: rgb(238,237,141); }

 td.TdClassName
 {
   border-color: #EEED8D;
 }
 .TagClassName
 {
   border-color: #EEED8D;
 }
</style>