#EBEA95

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

Shades of Jonquil #EBEA95

Tints of Jonquil #EBEA95

Color information

#EBEA95 (or 0xEBEA95) is unknown color: approx Jonquil. HEX triplet: EB, EA and 95. RGB value is (235,234,149). Sum of RGB (Red+Green+Blue) = 235+234+149=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 149 (58.59% from 255 or 24.11% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEA95 is #14156A. Grayscale: #E0E0E0. Windows color (decimal): -1316203 or 9825003. OLE color: 9825003.

HSL color Cylindrical-coordinate representation of color #EBEA95: hue angle of 59.3º degrees, saturation: 0.68, 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 #EBEA95 is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB235234149-
CMYK00.000.370.08
HSL59.3º68.25%75.29%-
HSV(B)59.3º36.6%92.16%-
XYZ69.1178.6839.98-
YUV224.6185.33135.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 149 (58.59% from 255) = 24.11%
R=38.03%
G=37.86%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523414900.000.370.0859.368.2575.29
HexEBEA95002583b444b
Octal35335222500451073104113
Binary11101011111010101001010100100101100011101110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEA95; }

 p { color: rgb(235,234,149); }

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

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

 a { background-color: rgb(235,234,149); }

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

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

 span { border-color: rgb(235,234,149); }

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