#EBEF96

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

Shades of Jonquil #EBEF96

Tints of Jonquil #EBEF96

Color information

#EBEF96 (or 0xEBEF96) is unknown color: approx Jonquil. HEX triplet: EB, EF and 96. RGB value is (235,239,150). Sum of RGB (Red+Green+Blue) = 235+239+150=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 150 (58.98% from 255 or 24.04% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEF96 is #141069. Grayscale: #E4E4E4. Windows color (decimal): -1314922 or 9891819. OLE color: 9891819.

HSL color Cylindrical-coordinate representation of color #EBEF96: hue angle of 62.7º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBEF96 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB235239150-
CMYK0.0200.370.06
HSL62.7º73.55%76.27%-
HSV(B)62.7º37.24%93.73%-
XYZ70.6381.640.88-
YUV227.6684.17133.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 239 (93.75% from 255) = 38.30%
BLUE value IS 150 (58.98% from 255) = 24.04%
R=37.66%
G=38.30%
B=24.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352391500.0200.370.0662.773.5576.27
HexEBEF96202563f4a4c
Octal3533572262045677112114
Binary11101011111011111001011010010010111011111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEF96; }

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

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

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

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

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

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

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

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