Html Css Color HEX #EEF580 Tidal

📋 copy color: '#EEF580'

red 238 ◦ green 245 ◦ blue 128

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

Shades of Tidal #EEF580

Tints of Tidal #EEF580

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.1%

 BLUE value IS 128 (50.39% from 255) = 20.95%

R = 38.95%
G = 40.1%
B = 20.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#EEF580 (or 0xEEF580) is known color: Tidal. HEX triplet: EE, F5 and 80. RGB value is (238,245,128). Sum of RGB (Red+Green+Blue) = 238+245+128=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 128 (50.39% from 255 or 20.95% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF580 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF580 is #110A7F. Grayscale: #E6E6E6. Windows color (decimal): -1116800 or 8451566. OLE color: 8451566.

HSL color Cylindrical-coordinate representation of color #EEF580: hue angle of 63.59º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEF580 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 245 128 -
CMYK 0.03 0 0.48 0.04
HSL 63.59º 0.85% 0.73% -
HSV(B) 63.59º 0.48% 0.96% -
XYZ 71.81 85.04 33.05 -
YUV 229.57 70.68 134.01 -
System Red Green Blue C M Y K H S L
Decimal 238 245 128 0.03 0 0.48 0.04 63.59 0.85 0.73
Hex EE F5 80 3 0 30 4 40 55 49
Octal 356 365 200 3 0 60 4 100 125 111
Binary 11101110 11110101 10000000 11 0 110000 100 1000000 1010101 1001001

Color Harmonies of #EEF580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF580

Black with #EEF580

Text Example


Text Example

White with #EEF580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF580; }

 p { color: rgb(238,245,128); }

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

background-color css

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

 a { background-color: rgb(238,245,128); }

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

border-color css

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

 span { border-color: rgb(238,245,128); }

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