#EBEF95

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

Shades of Jonquil #EBEF95

Tints of Jonquil #EBEF95

Color information

#EBEF95 (or 0xEBEF95) is unknown color: approx Jonquil. HEX triplet: EB, EF and 95. RGB value is (235,239,149). Sum of RGB (Red+Green+Blue) = 235+239+149=623 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.72% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 149 (58.59% from 255 or 23.92% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEF95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEF95 is #14106A. Grayscale: #E3E3E3. Windows color (decimal): -1314923 or 9826283. OLE color: 9826283.

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

Color convert

RGB235239149-
CMYK0.0200.380.06
HSL62.67º73.77%76.08%-
HSV(B)62.67º37.66%93.73%-
XYZ70.5581.5740.46-
YUV227.5483.67133.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.72%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 149 (58.59% from 255) = 23.92%
R=37.72%
G=38.36%
B=23.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352391490.0200.380.0662.6773.7776.08
HexEBEF95202663f4a4c
Octal3533572252046677112114
Binary11101011111011111001010110010011011011111110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEF95; }

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

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

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

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

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

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

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

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