Html Css Color HEX #EAFE96 Tidal

📋 copy color: '#EAFE96'

red 234 ◦ green 254 ◦ blue 150

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

Shades of Tidal #EAFE96

Tints of Tidal #EAFE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 23.51%

R = 36.68%
G = 39.81%
B = 23.51%

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

#EAFE96 (or 0xEAFE96) is known color: Tidal. HEX triplet: EA, FE and 96. RGB value is (234,254,150). Sum of RGB (Red+Green+Blue) = 234+254+150=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 150 (58.98% from 255 or 23.51% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE96 is #150169. Grayscale: #ECECEC. Windows color (decimal): -1376618 or 9895658. OLE color: 9895658.

HSL color Cylindrical-coordinate representation of color #EAFE96: hue angle of 71.54º 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 #EAFE96 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 254 150 -
CMYK 0.08 0 0.41 0.00
HSL 71.54º 0.98% 0.79% -
HSV(B) 71.54º 0.41% 1% -
XYZ 74.88 90.58 42.39 -
YUV 236.16 79.37 126.46 -
System Red Green Blue C M Y K H S L
Decimal 234 254 150 0.08 0 0.41 0.00 71.54 0.98 0.79
Hex EA FE 96 8 0 29 0 48 62 4F
Octal 352 376 226 10 0 51 0 110 142 117
Binary 11101010 11111110 10010110 1000 0 101001 0 1001000 1100010 1001111

Color Harmonies of #EAFE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE96

Black with #EAFE96

Text Example


Text Example

White with #EAFE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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