#EBED93

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

Shades of Jonquil #EBED93

Tints of Jonquil #EBED93

Color information

#EBED93 (or 0xEBED93) is unknown color: approx Jonquil. HEX triplet: EB, ED and 93. RGB value is (235,237,147). Sum of RGB (Red+Green+Blue) = 235+237+147=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 147 (57.81% from 255 or 23.75% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED93 is #14126C. Grayscale: #E2E2E2. Windows color (decimal): -1315437 or 9694699. OLE color: 9694699.

HSL color Cylindrical-coordinate representation of color #EBED93: hue angle of 61.33º degrees, saturation: 0.71, 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 #EBED93 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB235237147-
CMYK0.0100.380.07
HSL61.33º71.43%75.29%-
HSV(B)61.33º37.97%92.94%-
XYZ69.8180.3439.43-
YUV226.1483.34134.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 147 (57.81% from 255) = 23.75%
R=37.96%
G=38.29%
B=23.75%

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
Decimal2352371470.0100.380.0761.3371.4375.29
HexEBED93102673d474b
Octal3533552231046775107113
Binary1110101111101101100100111010011011111110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED93; }

 p { color: rgb(235,237,147); }

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

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

 a { background-color: rgb(235,237,147); }

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

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

 span { border-color: rgb(235,237,147); }

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