#EBEB95

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

Shades of Jonquil #EBEB95

Tints of Jonquil #EBEB95

Color information

#EBEB95 (or 0xEBEB95) is unknown color: approx Jonquil. HEX triplet: EB, EB and 95. RGB value is (235,235,149). Sum of RGB (Red+Green+Blue) = 235+235+149=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEB95 is #14146A. Grayscale: #E1E1E1. Windows color (decimal): -1315947 or 9825259. OLE color: 9825259.

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

Color convert

RGB235235149-
CMYK000.370.08
HSL60º68.25%75.29%-
HSV(B)60º36.6%92.16%-
XYZ69.3979.2540.07-
YUV225.285134.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 149 (58.59% from 255) = 24.07%
R=37.96%
G=37.96%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235149000.370.086068.2575.29
HexEBEB95002583c444b
Octal35335322500451074104113
Binary11101011111010111001010100100101100011110010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEB95; }

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

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

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

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

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

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

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

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