#EEF18D

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

Shades of Tidal #EEF18D

Tints of Tidal #EEF18D

Color information

#EEF18D (or 0xEEF18D) is unknown color: approx Tidal. HEX triplet: EE, F1 and 8D. RGB value is (238,241,141). Sum of RGB (Red+Green+Blue) = 238+241+141=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 141 (55.47% from 255 or 22.74% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF18D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF18D is #110E72. Grayscale: #E5E5E5. Windows color (decimal): -1117811 or 9302510. OLE color: 9302510.

HSL color Cylindrical-coordinate representation of color #EEF18D: hue angle of 61.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEF18D is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB238241141-
CMYK0.0100.410.05
HSL61.8º78.12%74.9%-
HSV(B)61.8º41.49%94.51%-
XYZ71.5283.0137.45-
YUV228.778.51134.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 241 (94.53% from 255) = 38.87%
BLUE value IS 141 (55.47% from 255) = 22.74%
R=38.39%
G=38.87%
B=22.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382411410.0100.410.0561.878.1274.9
HexEEF18D102953e4e4b
Octal3563612151051576116113
Binary1110111011110001100011011010100110111111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF18D; }

 p { color: rgb(238,241,141); }

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

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

 a { background-color: rgb(238,241,141); }

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

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

 span { border-color: rgb(238,241,141); }

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