Html Css Color HEX #EAFE95 Tidal

📋 copy color: '#EAFE95'

red 234 ◦ green 254 ◦ blue 149

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

Shades of Tidal #EAFE95

Tints of Tidal #EAFE95

RGB

 RED value IS 234 (91.8% from 255) = 36.73%

 GREEN value IS 254 (99.61% from 255) = 39.87%

 BLUE value IS 149 (58.59% from 255) = 23.39%

R = 36.73%
G = 39.87%
B = 23.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#EAFE95 (or 0xEAFE95) is known color: Tidal. HEX triplet: EA, FE and 95. RGB value is (234,254,149). Sum of RGB (Red+Green+Blue) = 234+254+149=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 149 (58.59% from 255 or 23.39% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE95 is #15016A. Grayscale: #ECECEC. Windows color (decimal): -1376619 or 9830122. OLE color: 9830122.

HSL color Cylindrical-coordinate representation of color #EAFE95: hue angle of 71.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAFE95 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 254 149 -
CMYK 0.08 0 0.41 0.00
HSL 71.43º 0.98% 0.79% -
HSV(B) 71.43º 0.41% 1% -
XYZ 74.8 90.55 41.97 -
YUV 236.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 234 254 149 0.08 0 0.41 0.00 71.43 0.98 0.79
Hex EA FE 95 8 0 29 0 47 62 4F
Octal 352 376 225 10 0 51 0 107 142 117
Binary 11101010 11111110 10010101 1000 0 101001 0 1000111 1100010 1001111

Color Harmonies of #EAFE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE95

Black with #EAFE95

Text Example


Text Example

White with #EAFE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE95; }

 p { color: rgb(234,254,149); }

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

background-color css

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

 a { background-color: rgb(234,254,149); }

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

border-color css

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

 span { border-color: rgb(234,254,149); }

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