Html Css Color HEX #EAFD8A Tidal

📋 copy color: '#EAFD8A'

red 234 ◦ green 253 ◦ blue 138

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

Shades of Tidal #EAFD8A

Tints of Tidal #EAFD8A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.48%

 BLUE value IS 138 (54.3% from 255) = 22.08%

R = 37.44%
G = 40.48%
B = 22.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#EAFD8A (or 0xEAFD8A) is known color: Tidal. HEX triplet: EA, FD and 8A. RGB value is (234,253,138). Sum of RGB (Red+Green+Blue) = 234+253+138=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFD8A is #150275. Grayscale: #EAEAEA. Windows color (decimal): -1376886 or 9108970. OLE color: 9108970.

HSL color Cylindrical-coordinate representation of color #EAFD8A: hue angle of 69.91º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAFD8A is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 253 138 -
CMYK 0.08 0 0.45 0.01
HSL 69.91º 0.97% 0.77% -
HSV(B) 69.91º 0.45% 0.99% -
XYZ 73.64 89.58 37.45 -
YUV 234.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 234 253 138 0.08 0 0.45 0.01 69.91 0.97 0.77
Hex EA FD 8A 8 0 2D 1 46 61 4D
Octal 352 375 212 10 0 55 1 106 141 115
Binary 11101010 11111101 10001010 1000 0 101101 1 1000110 1100001 1001101

Color Harmonies of #EAFD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD8A

Black with #EAFD8A

Text Example


Text Example

White with #EAFD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFD8A; }

 p { color: rgb(234,253,138); }

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

background-color css

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

 a { background-color: rgb(234,253,138); }

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

border-color css

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

 span { border-color: rgb(234,253,138); }

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