#EDEE8D

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

Shades of Jonquil #EDEE8D

Tints of Jonquil #EDEE8D

Color information

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

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

Color convert

RGB237238141-
CMYK0.0000.410.07
HSL60.62º74.05%74.31%-
HSV(B)60.62º40.76%93.33%-
XYZ70.3181.0837.14-
YUV226.6479.67135.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372381410.0000.410.0760.6274.0574.31
HexEDEE8D002973d4a4a
Octal3553562150051775112112
Binary1110110111101110100011010010100111111110110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEE8D; }

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

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

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

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

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

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

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

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