#EBF194

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

Shades of Jonquil #EBF194

Tints of Jonquil #EBF194

Color information

#EBF194 (or 0xEBF194) is unknown color: approx Jonquil. HEX triplet: EB, F1 and 94. RGB value is (235,241,148). Sum of RGB (Red+Green+Blue) = 235+241+148=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF194 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF194 is #140E6B. Grayscale: #E4E4E4. Windows color (decimal): -1314412 or 9761259. OLE color: 9761259.

HSL color Cylindrical-coordinate representation of color #EBF194: hue angle of 63.87º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBF194 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB235241148-
CMYK0.0200.390.05
HSL63.87º76.86%76.27%-
HSV(B)63.87º38.59%94.51%-
XYZ71.0682.7140.24-
YUV228.682.51132.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.66%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 148 (58.20% from 255) = 23.72%
R=37.66%
G=38.62%
B=23.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352411480.0200.390.0563.8776.8676.27
HexEBF19420275404d4c
Octal35336122420475100115114
Binary111010111111000110010100100100111101100000010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF194; }

 p { color: rgb(235,241,148); }

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

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

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

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

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

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

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