#EEF680

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

Shades of Tidal #EEF680

Tints of Tidal #EEF680

Color information

#EEF680 (or 0xEEF680) is unknown color: approx Tidal. HEX triplet: EE, F6 and 80. RGB value is (238,246,128). Sum of RGB (Red+Green+Blue) = 238+246+128=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 128 (50.39% from 255 or 20.92% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF680 is #11097F. Grayscale: #E6E6E6. Windows color (decimal): -1116544 or 8451822. OLE color: 8451822.

HSL color Cylindrical-coordinate representation of color #EEF680: hue angle of 64.07º 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 #EEF680 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB238246128-
CMYK0.0300.480.04
HSL64.07º86.76%73.33%-
HSV(B)64.07º47.97%96.47%-
XYZ72.1185.6533.15-
YUV230.1670.35133.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 246 (96.48% from 255) = 40.20%
BLUE value IS 128 (50.39% from 255) = 20.92%
R=38.89%
G=40.20%
B=20.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382461280.0300.480.0464.0786.7673.33
HexEEF68030304405749
Octal35636620030604100127111
Binary111011101111011010000000110110000100100000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF680; }

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

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

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

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

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

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

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

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