#EDF09B

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

Shades of Jonquil #EDF09B

Tints of Jonquil #EDF09B

Color information

#EDF09B (or 0xEDF09B) is unknown color: approx Jonquil. HEX triplet: ED, F0 and 9B. RGB value is (237,240,155). Sum of RGB (Red+Green+Blue) = 237+240+155=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 155 (60.94% from 255 or 24.53% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF09B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF09B is #120F64. Grayscale: #E5E5E5. Windows color (decimal): -1183589 or 10219757. OLE color: 10219757.

HSL color Cylindrical-coordinate representation of color #EDF09B: hue angle of 62.12º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDF09B is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB237240155-
CMYK0.0100.350.06
HSL62.12º73.91%77.45%-
HSV(B)62.12º35.42%94.12%-
XYZ7282.6943.18-
YUV229.4186.01133.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 240 (94.14% from 255) = 37.97%
BLUE value IS 155 (60.94% from 255) = 24.53%
R=37.5%
G=37.97%
B=24.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401550.0100.350.0662.1273.9177.45
HexEDF09B102363e4a4d
Octal3553602331043676112115
Binary1110110111110000100110111010001111011111010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF09B; }

 p { color: rgb(237,240,155); }

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

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

 a { background-color: rgb(237,240,155); }

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

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

 span { border-color: rgb(237,240,155); }

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