#EEF780

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

Shades of Tidal #EEF780

Tints of Tidal #EEF780

Color information

#EEF780 (or 0xEEF780) is unknown color: approx Tidal. HEX triplet: EE, F7 and 80. RGB value is (238,247,128). Sum of RGB (Red+Green+Blue) = 238+247+128=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF780 is #11087F. Grayscale: #E7E7E7. Windows color (decimal): -1116288 or 8452078. OLE color: 8452078.

HSL color Cylindrical-coordinate representation of color #EEF780: hue angle of 64.54º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEF780 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB238247128-
CMYK0.0400.480.03
HSL64.54º88.15%73.53%-
HSV(B)64.54º48.18%96.86%-
XYZ72.4286.2633.25-
YUV230.7470.02133.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.83%
GREEN value IS 247 (96.88% from 255) = 40.29%
BLUE value IS 128 (50.39% from 255) = 20.88%
R=38.83%
G=40.29%
B=20.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382471280.0400.480.0364.5488.1573.53
HexEEF7804030341584a
Octal35636720040603101130112
Binary111011101111011110000000100011000011100000110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF780; }

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

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

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

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

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

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

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

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