#EEED8C

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

Shades of Jonquil #EEED8C

Tints of Jonquil #EEED8C

Color information

#EEED8C (or 0xEEED8C) is unknown color: approx 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

RGB238237140-
CMYK00.000.410.07
HSL59.39º74.24%74.12%-
HSV(B)59.39º41.18%93.33%-
XYZ70.2880.6436.67-
YUV226.2479.33136.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 140 (55.08% from 255) = 22.76%
R=38.70%
G=38.54%
B=22.76%

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
Decimal23823714000.000.410.0759.3974.2474.12
HexEEED8C002973b4a4a
Octal3563552140051773112112
Binary1110111011101101100011000010100111111101110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEED8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>