Html Css Color HEX #EEF994 Tidal

📋 copy color: '#EEF994'

red 238 ◦ green 249 ◦ blue 148

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

Shades of Tidal #EEF994

Tints of Tidal #EEF994

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.21%

 BLUE value IS 148 (58.2% from 255) = 23.31%

R = 37.48%
G = 39.21%
B = 23.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#EEF994 (or 0xEEF994) is known color: Tidal. HEX triplet: EE, F9 and 94. RGB value is (238,249,148). Sum of RGB (Red+Green+Blue) = 238+249+148=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 148 (58.20% from 255 or 23.31% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF994 is #11066B. Grayscale: #EAEAEA. Windows color (decimal): -1115756 or 9763310. OLE color: 9763310.

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

Color convert

RGB 238 249 148 -
CMYK 0.04 0 0.41 0.02
HSL 66.53º 0.89% 0.78% -
HSV(B) 66.53º 0.41% 0.98% -
XYZ 74.48 88.07 41.09 -
YUV 234.2 79.36 130.71 -
System Red Green Blue C M Y K H S L
Decimal 238 249 148 0.04 0 0.41 0.02 66.53 0.89 0.78
Hex EE F9 94 4 0 29 2 43 59 4E
Octal 356 371 224 4 0 51 2 103 131 116
Binary 11101110 11111001 10010100 100 0 101001 10 1000011 1011001 1001110

Color Harmonies of #EEF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF994

Black with #EEF994

Text Example


Text Example

White with #EEF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF994; }

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

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

background-color css

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

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

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

border-color css

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

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

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