#EBF184

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

Shades of Tidal #EBF184

Tints of Tidal #EBF184

Color information

#EBF184 (or 0xEBF184) is unknown color: approx Tidal. HEX triplet: EB, F1 and 84. RGB value is (235,241,132). Sum of RGB (Red+Green+Blue) = 235+241+132=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 132 (51.95% from 255 or 21.71% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF184 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF184 is #140E7B. Grayscale: #E3E3E3. Windows color (decimal): -1314428 or 8712683. OLE color: 8712683.

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

Color convert

RGB235241132-
CMYK0.0200.450.05
HSL63.3º79.56%73.14%-
HSV(B)63.3º45.23%94.51%-
XYZ69.8882.2434.02-
YUV226.7874.51133.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.65%
GREEN value IS 241 (94.53% from 255) = 39.64%
BLUE value IS 132 (51.95% from 255) = 21.71%
R=38.65%
G=39.64%
B=21.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352411320.0200.450.0563.379.5673.14
HexEBF184202D53f5049
Octal3533612042055577120111
Binary11101011111100011000010010010110110111111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF184; }

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

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

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

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

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

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

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

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