#EEF885

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

Shades of Tidal #EEF885

Tints of Tidal #EEF885

Color information

#EEF885 (or 0xEEF885) is unknown color: approx Tidal. HEX triplet: EE, F8 and 85. RGB value is (238,248,133). Sum of RGB (Red+Green+Blue) = 238+248+133=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 133 (52.34% from 255 or 21.49% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF885 is #11077A. Grayscale: #E8E8E8. Windows color (decimal): -1116027 or 8780014. OLE color: 8780014.

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

Color convert

RGB238248133-
CMYK0.0400.460.03
HSL65.22º89.15%74.71%-
HSV(B)65.22º46.37%97.25%-
XYZ73.0687.0135.13-
YUV231.972.19132.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 248 (97.27% from 255) = 40.06%
BLUE value IS 133 (52.34% from 255) = 21.49%
R=38.45%
G=40.06%
B=21.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382481330.0400.460.0365.2289.1574.71
HexEEF885402E341594b
Octal35637020540563101131113
Binary111011101111100010000101100010111011100000110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF885; }

 p { color: rgb(238,248,133); }

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

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

 a { background-color: rgb(238,248,133); }

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

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

 span { border-color: rgb(238,248,133); }

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