#EAED8A

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

Shades of Jonquil #EAED8A

Tints of Jonquil #EAED8A

Color information

#EAED8A (or 0xEAED8A) is unknown color: approx Jonquil. HEX triplet: EA, ED and 8A. RGB value is (234,237,138). Sum of RGB (Red+Green+Blue) = 234+237+138=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED8A is #151275. Grayscale: #E1E1E1. Windows color (decimal): -1380982 or 9104874. OLE color: 9104874.

HSL color Cylindrical-coordinate representation of color #EAED8A: hue angle of 61.82º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAED8A is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB234237138-
CMYK0.0100.420.07
HSL61.82º73.33%73.53%-
HSV(B)61.82º41.77%92.94%-
XYZ68.879.935.84-
YUV224.8279.01134.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.42%
GREEN value IS 237 (92.97% from 255) = 38.92%
BLUE value IS 138 (54.30% from 255) = 22.66%
R=38.42%
G=38.92%
B=22.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371380.0100.420.0761.8273.3373.53
HexEAED8A102A73e494a
Octal3523552121052776111112
Binary1110101011101101100010101010101011111111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED8A; }

 p { color: rgb(234,237,138); }

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

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

 a { background-color: rgb(234,237,138); }

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

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

 span { border-color: rgb(234,237,138); }

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