#EEF983

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

Shades of Tidal #EEF983

Tints of Tidal #EEF983

Color information

#EEF983 (or 0xEEF983) is unknown color: approx Tidal. HEX triplet: EE, F9 and 83. RGB value is (238,249,131). Sum of RGB (Red+Green+Blue) = 238+249+131=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 249 (97.66% from 255 or 40.29% from 618); Blue value is 131 (51.56% from 255 or 21.20% from 618); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF983 is #11067C. Grayscale: #E8E8E8. Windows color (decimal): -1115773 or 8649198. OLE color: 8649198.

HSL color Cylindrical-coordinate representation of color #EEF983: hue angle of 65.59º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEF983 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB238249131-
CMYK0.0400.470.02
HSL65.59º90.77%74.51%-
HSV(B)65.59º47.39%97.65%-
XYZ73.2387.5734.52-
YUV232.2670.86132.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 249 (97.66% from 255) = 40.29%
BLUE value IS 131 (51.56% from 255) = 21.20%
R=38.51%
G=40.29%
B=21.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382491310.0400.470.0265.5990.7774.51
HexEEF983402F2425b4b
Octal35637120340572102133113
Binary111011101111100110000011100010111110100001010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF983; }

 p { color: rgb(238,249,131); }

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

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

 a { background-color: rgb(238,249,131); }

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

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

 span { border-color: rgb(238,249,131); }

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