#EBE994

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

Shades of Jonquil #EBE994

Tints of Jonquil #EBE994

Color information

#EBE994 (or 0xEBE994) is unknown color: approx Jonquil. HEX triplet: EB, E9 and 94. RGB value is (235,233,148). Sum of RGB (Red+Green+Blue) = 235+233+148=616 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.15% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBE994 is #14166B. Grayscale: #E0E0E0. Windows color (decimal): -1316460 or 9759211. OLE color: 9759211.

HSL color Cylindrical-coordinate representation of color #EBE994: hue angle of 58.62º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBE994 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235233148-
CMYK00.010.370.08
HSL58.62º68.5%75.1%-
HSV(B)58.62º37.02%92.16%-
XYZ68.7578.0839.46-
YUV223.9185.16135.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.15%
GREEN value IS 233 (91.41% from 255) = 37.82%
BLUE value IS 148 (58.20% from 255) = 24.03%
R=38.15%
G=37.82%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523314800.010.370.0858.6268.575.1
HexEBE994012583b454b
Octal35335122401451073105113
Binary11101011111010011001010001100101100011101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE994; }

 p { color: rgb(235,233,148); }

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

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

 a { background-color: rgb(235,233,148); }

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

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

 span { border-color: rgb(235,233,148); }

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