#EAED90

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

Shades of Jonquil #EAED90

Tints of Jonquil #EAED90

Color information

#EAED90 (or 0xEAED90) is unknown color: approx Jonquil. HEX triplet: EA, ED and 90. RGB value is (234,237,144). Sum of RGB (Red+Green+Blue) = 234+237+144=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED90 is #15126F. Grayscale: #E1E1E1. Windows color (decimal): -1380976 or 9498090. OLE color: 9498090.

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

Color convert

RGB234237144-
CMYK0.0100.390.07
HSL61.94º72.09%74.71%-
HSV(B)61.94º39.24%92.94%-
XYZ69.2580.0738.19-
YUV225.582.01134.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 144 (56.64% from 255) = 23.41%
R=38.05%
G=38.54%
B=23.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371440.0100.390.0761.9472.0974.71
HexEAED90102773e484b
Octal3523552201047776110113
Binary1110101011101101100100001010011111111111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED90; }

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

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

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

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

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

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

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

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