#EBF991

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

Shades of Tidal #EBF991

Tints of Tidal #EBF991

Color information

#EBF991 (or 0xEBF991) is unknown color: approx Tidal. HEX triplet: EB, F9 and 91. RGB value is (235,249,145). Sum of RGB (Red+Green+Blue) = 235+249+145=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 145 (57.03% from 255 or 23.05% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF991 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF991 is #14066E. Grayscale: #E9E9E9. Windows color (decimal): -1312367 or 9566699. OLE color: 9566699.

HSL color Cylindrical-coordinate representation of color #EBF991: hue angle of 68.08º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBF991 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB235249145-
CMYK0.0600.420.02
HSL68.08º89.66%77.25%-
HSV(B)68.08º41.77%97.65%-
XYZ73.2587.4639.81-
YUV232.9678.36129.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.36%
GREEN value IS 249 (97.66% from 255) = 39.59%
BLUE value IS 145 (57.03% from 255) = 23.05%
R=37.36%
G=39.59%
B=23.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352491450.0600.420.0268.0889.6677.25
HexEBF991602A2445a4d
Octal35337122160522104132115
Binary111010111111100110010001110010101010100010010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF991; }

 p { color: rgb(235,249,145); }

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

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

 a { background-color: rgb(235,249,145); }

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

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

 span { border-color: rgb(235,249,145); }

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