#EAED92

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

Shades of Jonquil #EAED92

Tints of Jonquil #EAED92

Color information

#EAED92 (or 0xEAED92) is unknown color: approx Jonquil. HEX triplet: EA, ED and 92. RGB value is (234,237,146). Sum of RGB (Red+Green+Blue) = 234+237+146=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 146 (57.42% from 255 or 23.66% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED92 is #15126D. Grayscale: #E2E2E2. Windows color (decimal): -1380974 or 9629162. OLE color: 9629162.

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

Color convert

RGB234237146-
CMYK0.0100.380.07
HSL61.98º71.65%75.1%-
HSV(B)61.98º38.4%92.94%-
XYZ69.480.1439-
YUV225.7383.01133.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 146 (57.42% from 255) = 23.66%
R=37.93%
G=38.41%
B=23.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371460.0100.380.0761.9871.6575.1
HexEAED92102673e484b
Octal3523552221046776110113
Binary1110101011101101100100101010011011111111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED92; }

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

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

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

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

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

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

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

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