Html Css Color HEX #EEF28C Tidal

📋 copy color: '#EEF28C'

red 238 ◦ green 242 ◦ blue 140

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

Shades of Tidal #EEF28C

Tints of Tidal #EEF28C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.03%

 BLUE value IS 140 (55.08% from 255) = 22.58%

R = 38.39%
G = 39.03%
B = 22.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#EEF28C (or 0xEEF28C) is known color: Tidal. HEX triplet: EE, F2 and 8C. RGB value is (238,242,140). Sum of RGB (Red+Green+Blue) = 238+242+140=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 140 (55.08% from 255 or 22.58% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF28C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF28C is #110D73. Grayscale: #E5E5E5. Windows color (decimal): -1117556 or 9237230. OLE color: 9237230.

HSL color Cylindrical-coordinate representation of color #EEF28C: hue angle of 62.35º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEF28C is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 140 -
CMYK 0.02 0 0.42 0.05
HSL 62.35º 0.8% 0.75% -
HSV(B) 62.35º 0.42% 0.95% -
XYZ 71.75 83.57 37.16 -
YUV 229.18 77.67 134.29 -
System Red Green Blue C M Y K H S L
Decimal 238 242 140 0.02 0 0.42 0.05 62.35 0.8 0.75
Hex EE F2 8C 2 0 2A 5 3E 50 4B
Octal 356 362 214 2 0 52 5 76 120 113
Binary 11101110 11110010 10001100 10 0 101010 101 111110 1010000 1001011

Color Harmonies of #EEF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF28C

Black with #EEF28C

Text Example


Text Example

White with #EEF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF28C; }

 p { color: rgb(238,242,140); }

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

background-color css

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

 a { background-color: rgb(238,242,140); }

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

border-color css

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

 span { border-color: rgb(238,242,140); }

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