#EDFB9A

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

Shades of Jonquil #EDFB9A

Tints of Jonquil #EDFB9A

Color information

#EDFB9A (or 0xEDFB9A) is unknown color: approx Jonquil. HEX triplet: ED, FB and 9A. RGB value is (237,251,154). Sum of RGB (Red+Green+Blue) = 237+251+154=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 154 (60.55% from 255 or 23.99% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDFB9A is #120465. Grayscale: #ECECEC. Windows color (decimal): -1180774 or 10157037. OLE color: 10157037.

HSL color Cylindrical-coordinate representation of color #EDFB9A: hue angle of 68.66º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDFB9A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB237251154-
CMYK0.0600.390.02
HSL68.66º92.38%79.41%-
HSV(B)68.66º38.65%98.43%-
XYZ75.2589.3343.85-
YUV235.7681.86128.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 154 (60.55% from 255) = 23.99%
R=36.92%
G=39.10%
B=23.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511540.0600.390.0268.6692.3879.41
HexEDFB9A60272455c4f
Octal35537323260472105134117
Binary111011011111101110011010110010011110100010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFB9A; }

 p { color: rgb(237,251,154); }

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

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

 a { background-color: rgb(237,251,154); }

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

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

 span { border-color: rgb(237,251,154); }

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