#EBF995

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

Shades of Tidal #EBF995

Tints of Tidal #EBF995

Color information

#EBF995 (or 0xEBF995) is unknown color: approx Tidal. HEX triplet: EB, F9 and 95. RGB value is (235,249,149). Sum of RGB (Red+Green+Blue) = 235+249+149=633 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.12% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 149 (58.59% from 255 or 23.54% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF995 is #14066A. Grayscale: #E9E9E9. Windows color (decimal): -1312363 or 9828843. OLE color: 9828843.

HSL color Cylindrical-coordinate representation of color #EBF995: hue angle of 68.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBF995 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB235249149-
CMYK0.0600.400.02
HSL68.4º89.29%78.04%-
HSV(B)68.4º40.16%97.65%-
XYZ73.5687.5841.46-
YUV233.4180.36129.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.12%
GREEN value IS 249 (97.66% from 255) = 39.34%
BLUE value IS 149 (58.59% from 255) = 23.54%
R=37.12%
G=39.34%
B=23.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352491490.0600.400.0268.489.2978.04
HexEBF9956028244594e
Octal35337122560502104131116
Binary111010111111100110010101110010100010100010010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF995; }

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

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

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

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

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

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

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

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