Html Css Color HEX #EEF985 Tidal

📋 copy color: '#EEF985'

red 238 ◦ green 249 ◦ blue 133

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

Shades of Tidal #EEF985

Tints of Tidal #EEF985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.45%

R = 38.39%
G = 40.16%
B = 21.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#EEF985 (or 0xEEF985) is known color: Tidal. HEX triplet: EE, F9 and 85. RGB value is (238,249,133). Sum of RGB (Red+Green+Blue) = 238+249+133=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 133 (52.34% from 255 or 21.45% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF985 is #11067A. Grayscale: #E8E8E8. Windows color (decimal): -1115771 or 8780270. OLE color: 8780270.

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

Color convert

RGB 238 249 133 -
CMYK 0.04 0 0.47 0.02
HSL 65.69º 0.91% 0.75% -
HSV(B) 65.69º 0.47% 0.98% -
XYZ 73.37 87.62 35.24 -
YUV 232.49 71.86 131.93 -
System Red Green Blue C M Y K H S L
Decimal 238 249 133 0.04 0 0.47 0.02 65.69 0.91 0.75
Hex EE F9 85 4 0 2F 2 42 5B 4B
Octal 356 371 205 4 0 57 2 102 133 113
Binary 11101110 11111001 10000101 100 0 101111 10 1000010 1011011 1001011

Color Harmonies of #EEF985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF985

Black with #EEF985

Text Example


Text Example

White with #EEF985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF985; }

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

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

background-color css

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

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

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

border-color css

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

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

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