#EEF685

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

Shades of Tidal #EEF685

Tints of Tidal #EEF685

Color information

#EEF685 (or 0xEEF685) is unknown color: approx Tidal. HEX triplet: EE, F6 and 85. RGB value is (238,246,133). Sum of RGB (Red+Green+Blue) = 238+246+133=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 133 (52.34% from 255 or 21.56% from 617); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF685 is #11097A. Grayscale: #E7E7E7. Windows color (decimal): -1116539 or 8779502. OLE color: 8779502.

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

Color convert

RGB238246133-
CMYK0.0300.460.04
HSL64.25º86.26%74.31%-
HSV(B)64.25º45.93%96.47%-
XYZ72.4585.7834.93-
YUV230.7372.85133.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 246 (96.48% from 255) = 39.87%
BLUE value IS 133 (52.34% from 255) = 21.56%
R=38.57%
G=39.87%
B=21.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382461330.0300.460.0464.2586.2674.31
HexEEF685302E440564a
Octal35636620530564100126112
Binary111011101111011010000101110101110100100000010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF685; }

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

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

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

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

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

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

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

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