#EEF585

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

Shades of Tidal #EEF585

Tints of Tidal #EEF585

Color information

#EEF585 (or 0xEEF585) is unknown color: approx Tidal. HEX triplet: EE, F5 and 85. RGB value is (238,245,133). Sum of RGB (Red+Green+Blue) = 238+245+133=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 245 (96.09% from 255 or 39.77% from 616); Blue value is 133 (52.34% from 255 or 21.59% from 616); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF585 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF585 is #110A7A. Grayscale: #E6E6E6. Windows color (decimal): -1116795 or 8779246. OLE color: 8779246.

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

Color convert

RGB238245133-
CMYK0.0300.460.04
HSL63.75º84.85%74.12%-
HSV(B)63.75º45.71%96.08%-
XYZ72.1585.1834.83-
YUV230.1473.18133.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.64%
GREEN value IS 245 (96.09% from 255) = 39.77%
BLUE value IS 133 (52.34% from 255) = 21.59%
R=38.64%
G=39.77%
B=21.59%

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
Decimal2382451330.0300.460.0463.7584.8574.12
HexEEF585302E440554a
Octal35636520530564100125112
Binary111011101111010110000101110101110100100000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF585; }

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

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

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

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

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

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

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

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