Html Css Color HEX #EEF680 Tidal

📋 copy color: '#EEF680'

red 238 ◦ green 246 ◦ blue 128

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

Shades of Tidal #EEF680

Tints of Tidal #EEF680

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.2%

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

R = 38.89%
G = 40.2%
B = 20.92%

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

#EEF680 (or 0xEEF680) is known color: Tidal. HEX triplet: EE, F6 and 80. RGB value is (238,246,128). Sum of RGB (Red+Green+Blue) = 238+246+128=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 246 (96.48% from 255 or 40.20% from 612); Blue value is 128 (50.39% from 255 or 20.92% from 612); Max value from RGB is 246 - color contains mainly: green. Hex color #EEF680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF680 is #11097F. Grayscale: #E6E6E6. Windows color (decimal): -1116544 or 8451822. OLE color: 8451822.

HSL color Cylindrical-coordinate representation of color #EEF680: hue angle of 64.07º degrees, saturation: 0.87, 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 #EEF680 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 246 128 -
CMYK 0.03 0 0.48 0.04
HSL 64.07º 0.87% 0.73% -
HSV(B) 64.07º 0.48% 0.96% -
XYZ 72.11 85.65 33.15 -
YUV 230.16 70.35 133.59 -
System Red Green Blue C M Y K H S L
Decimal 238 246 128 0.03 0 0.48 0.04 64.07 0.87 0.73
Hex EE F6 80 3 0 30 4 40 57 49
Octal 356 366 200 3 0 60 4 100 127 111
Binary 11101110 11110110 10000000 11 0 110000 100 1000000 1010111 1001001

Color Harmonies of #EEF680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF680

Black with #EEF680

Text Example


Text Example

White with #EEF680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF680; }

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

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

background-color css

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

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

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

border-color css

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

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

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