#EBEB9A

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

Shades of Jonquil #EBEB9A

Tints of Jonquil #EBEB9A

Color information

#EBEB9A (or 0xEBEB9A) is unknown color: approx Jonquil. HEX triplet: EB, EB and 9A. RGB value is (235,235,154). Sum of RGB (Red+Green+Blue) = 235+235+154=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEB9A is #141465. Grayscale: #E2E2E2. Windows color (decimal): -1315942 or 10152939. OLE color: 10152939.

HSL color Cylindrical-coordinate representation of color #EBEB9A: hue angle of 60º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBEB9A is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235235154-
CMYK000.340.08
HSL60º66.94%76.27%-
HSV(B)60º34.47%92.16%-
XYZ69.879.4142.22-
YUV225.7787.5134.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 154 (60.55% from 255) = 24.68%
R=37.66%
G=37.66%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235235154000.340.086066.9476.27
HexEBEB9A002283c434c
Octal35335323200421074103114
Binary11101011111010111001101000100010100011110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEB9A; }

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

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

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

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

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

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

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

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