Html Css Color HEX #EEF286 Tidal

📋 copy color: '#EEF286'

red 238 ◦ green 242 ◦ blue 134

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

Shades of Tidal #EEF286

Tints of Tidal #EEF286

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.41%

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

R = 38.76%
G = 39.41%
B = 21.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#EEF286 (or 0xEEF286) is known color: Tidal. HEX triplet: EE, F2 and 86. RGB value is (238,242,134). Sum of RGB (Red+Green+Blue) = 238+242+134=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 134 (52.73% from 255 or 21.82% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF286 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF286 is #110D79. Grayscale: #E4E4E4. Windows color (decimal): -1117562 or 8844014. OLE color: 8844014.

HSL color Cylindrical-coordinate representation of color #EEF286: hue angle of 62.22º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEF286 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 134 -
CMYK 0.02 0 0.45 0.05
HSL 62.22º 0.81% 0.74% -
HSV(B) 62.22º 0.45% 0.95% -
XYZ 71.32 83.4 34.89 -
YUV 228.49 74.67 134.78 -
System Red Green Blue C M Y K H S L
Decimal 238 242 134 0.02 0 0.45 0.05 62.22 0.81 0.74
Hex EE F2 86 2 0 2D 5 3E 51 4A
Octal 356 362 206 2 0 55 5 76 121 112
Binary 11101110 11110010 10000110 10 0 101101 101 111110 1010001 1001010

Color Harmonies of #EEF286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF286

Black with #EEF286

Text Example


Text Example

White with #EEF286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF286; }

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

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

background-color css

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

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

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

border-color css

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

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

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