#EBF680

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

Shades of Tidal #EBF680

Tints of Tidal #EBF680

Color information

#EBF680 (or 0xEBF680) is unknown color: approx Tidal. HEX triplet: EB, F6 and 80. RGB value is (235,246,128). Sum of RGB (Red+Green+Blue) = 235+246+128=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 246 (96.48% from 255 or 40.39% from 609); Blue value is 128 (50.39% from 255 or 21.02% from 609); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF680 is #14097F. Grayscale: #E5E5E5. Windows color (decimal): -1313152 or 8451819. OLE color: 8451819.

HSL color Cylindrical-coordinate representation of color #EBF680: hue angle of 65.59º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EBF680 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB235246128-
CMYK0.0400.480.04
HSL65.59º86.76%73.33%-
HSV(B)65.59º47.97%96.47%-
XYZ71.1185.1333.11-
YUV229.2670.86132.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 246 (96.48% from 255) = 40.39%
BLUE value IS 128 (50.39% from 255) = 21.02%
R=38.59%
G=40.39%
B=21.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352461280.0400.480.0465.5986.7673.33
HexEBF68040304425749
Octal35336620040604102127111
Binary1110101111110110100000001000110000100100001010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF680; }

 p { color: rgb(235,246,128); }

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

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

 a { background-color: rgb(235,246,128); }

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

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

 span { border-color: rgb(235,246,128); }

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