Html Css Color HEX #EAFE90 Tidal

📋 copy color: '#EAFE90'

red 234 ◦ green 254 ◦ blue 144

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

Shades of Tidal #EAFE90

Tints of Tidal #EAFE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 22.78%

R = 37.03%
G = 40.19%
B = 22.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#EAFE90 (or 0xEAFE90) is known color: Tidal. HEX triplet: EA, FE and 90. RGB value is (234,254,144). Sum of RGB (Red+Green+Blue) = 234+254+144=632 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.03% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 144 (56.64% from 255 or 22.78% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE90 is #15016F. Grayscale: #EBEBEB. Windows color (decimal): -1376624 or 9502442. OLE color: 9502442.

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

Color convert

RGB 234 254 144 -
CMYK 0.08 0 0.43 0.00
HSL 70.91º 0.98% 0.78% -
HSV(B) 70.91º 0.43% 1% -
XYZ 74.41 90.39 39.91 -
YUV 235.48 76.37 126.94 -
System Red Green Blue C M Y K H S L
Decimal 234 254 144 0.08 0 0.43 0.00 70.91 0.98 0.78
Hex EA FE 90 8 0 2B 0 47 62 4E
Octal 352 376 220 10 0 53 0 107 142 116
Binary 11101010 11111110 10010000 1000 0 101011 0 1000111 1100010 1001110

Color Harmonies of #EAFE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE90

Black with #EAFE90

Text Example


Text Example

White with #EAFE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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