#EBEC96

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

Shades of Jonquil #EBEC96

Tints of Jonquil #EBEC96

Color information

#EBEC96 (or 0xEBEC96) is unknown color: approx Jonquil. HEX triplet: EB, EC and 96. RGB value is (235,236,150). Sum of RGB (Red+Green+Blue) = 235+236+150=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEC96 is #141369. Grayscale: #E2E2E2. Windows color (decimal): -1315690 or 9891051. OLE color: 9891051.

HSL color Cylindrical-coordinate representation of color #EBEC96: hue angle of 60.7º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBEC96 is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB235236150-
CMYK0.0000.360.07
HSL60.7º69.35%75.69%-
HSV(B)60.7º36.44%92.55%-
XYZ69.7679.8640.59-
YUV225.985.17134.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.84%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 150 (58.98% from 255) = 24.15%
R=37.84%
G=38.00%
B=24.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352361500.0000.360.0760.769.3575.69
HexEBEC96002473d454c
Octal3533542260044775105114
Binary1110101111101100100101100010010011111110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEC96; }

 p { color: rgb(235,236,150); }

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

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

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

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

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

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

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