Html Css Color HEX #EEFA96 Tidal

📋 copy color: '#EEFA96'

red 238 ◦ green 250 ◦ blue 150

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

Shades of Tidal #EEFA96

Tints of Tidal #EEFA96

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.18%

 BLUE value IS 150 (58.98% from 255) = 23.51%

R = 37.3%
G = 39.18%
B = 23.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#EEFA96 (or 0xEEFA96) is known color: Tidal. HEX triplet: EE, FA and 96. RGB value is (238,250,150). Sum of RGB (Red+Green+Blue) = 238+250+150=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 150 (58.98% from 255 or 23.51% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA96 is #110569. Grayscale: #EBEBEB. Windows color (decimal): -1115498 or 9894638. OLE color: 9894638.

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

Color convert

RGB 238 250 150 -
CMYK 0.05 0 0.4 0.02
HSL 67.2º 0.91% 0.78% -
HSV(B) 67.2º 0.4% 0.98% -
XYZ 74.95 88.75 42.03 -
YUV 235.01 80.02 130.13 -
System Red Green Blue C M Y K H S L
Decimal 238 250 150 0.05 0 0.4 0.02 67.2 0.91 0.78
Hex EE FA 96 5 0 28 2 43 5B 4E
Octal 356 372 226 5 0 50 2 103 133 116
Binary 11101110 11111010 10010110 101 0 101000 10 1000011 1011011 1001110

Color Harmonies of #EEFA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFA96

Black with #EEFA96

Text Example


Text Example

White with #EEFA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFA96; }

 p { color: rgb(238,250,150); }

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

background-color css

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

 a { background-color: rgb(238,250,150); }

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

border-color css

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

 span { border-color: rgb(238,250,150); }

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