#EBF096

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

Shades of Jonquil #EBF096

Tints of Jonquil #EBF096

Color information

#EBF096 (or 0xEBF096) is unknown color: approx Jonquil. HEX triplet: EB, F0 and 96. RGB value is (235,240,150). Sum of RGB (Red+Green+Blue) = 235+240+150=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 150 (58.98% from 255 or 24% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF096 is #140F69. Grayscale: #E4E4E4. Windows color (decimal): -1314666 or 9892075. OLE color: 9892075.

HSL color Cylindrical-coordinate representation of color #EBF096: hue angle of 63.33º degrees, saturation: 0.75, 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 #EBF096 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB235240150-
CMYK0.0200.370.06
HSL63.33º75%76.47%-
HSV(B)63.33º37.5%94.12%-
XYZ70.9382.1840.98-
YUV228.2483.84132.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 240 (94.14% from 255) = 38.4%
BLUE value IS 150 (58.98% from 255) = 24%
R=37.6%
G=38.4%
B=24%

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
Decimal2352401500.0200.370.0663.337576.47
HexEBF096202563f4b4c
Octal3533602262045677113114
Binary11101011111100001001011010010010111011111110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF096; }

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

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

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

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

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

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

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

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