#EBF0A0

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

Shades of Jonquil #EBF0A0

Tints of Jonquil #EBF0A0

Color information

#EBF0A0 (or 0xEBF0A0) is unknown color: approx Jonquil. HEX triplet: EB, F0 and A0. RGB value is (235,240,160). Sum of RGB (Red+Green+Blue) = 235+240+160=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF0A0 is #140F5F. Grayscale: #E5E5E5. Windows color (decimal): -1314656 or 10547435. OLE color: 10547435.

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

Color convert

RGB235240160-
CMYK0.0200.330.06
HSL63.75º72.73%78.43%-
HSV(B)63.75º33.33%94.12%-
XYZ71.7782.5245.4-
YUV229.3888.84132-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.01%
GREEN value IS 240 (94.14% from 255) = 37.80%
BLUE value IS 160 (62.89% from 255) = 25.20%
R=37.01%
G=37.80%
B=25.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352401600.0200.330.0663.7572.7378.43
HexEBF0A02021640494e
Octal35336024020416100111116
Binary111010111111000010100000100100001110100000010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0A0; }

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

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

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

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

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

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

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

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