Html Css Color HEX #EEF086 Tidal

📋 copy color: '#EEF086'

red 238 ◦ green 240 ◦ blue 134

#EEF086
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #EEF086

Tints of Tidal #EEF086

RGB

 RED value IS 238 (93.36% from 255) = 38.89%

 GREEN value IS 240 (94.14% from 255) = 39.22%

 BLUE value IS 134 (52.73% from 255) = 21.9%

R = 38.89%
G = 39.22%
B = 21.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EEF086 (or 0xEEF086) is known color: Tidal. HEX triplet: EE, F0 and 86. RGB value is (238,240,134). Sum of RGB (Red+Green+Blue) = 238+240+134=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 134 (52.73% from 255 or 21.90% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF086 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF086 is #110F79. Grayscale: #E3E3E3. Windows color (decimal): -1118074 or 8843502. OLE color: 8843502.

HSL color Cylindrical-coordinate representation of color #EEF086: hue angle of 61.13º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEF086 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 240 134 -
CMYK 0.01 0 0.44 0.06
HSL 61.13º 0.78% 0.73% -
HSV(B) 61.13º 0.44% 0.94% -
XYZ 70.72 82.22 34.7 -
YUV 227.32 75.34 135.62 -
System Red Green Blue C M Y K H S L
Decimal 238 240 134 0.01 0 0.44 0.06 61.13 0.78 0.73
Hex EE F0 86 1 0 2C 6 3D 4E 49
Octal 356 360 206 1 0 54 6 75 116 111
Binary 11101110 11110000 10000110 1 0 101100 110 111101 1001110 1001001

Color Harmonies of #EEF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF086

Black with #EEF086

Text Example


Text Example

White with #EEF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF086; }

 p { color: rgb(238,240,134); }

 H1.HeaderClassName
 {
   color: #EEF086;
 }
 .AnyTagClassName
 {
   color: #EEF086;
 }
</style>

background-color css

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

 a { background-color: rgb(238,240,134); }

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

border-color css

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

 span { border-color: rgb(238,240,134); }

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