Html Css Color HEX #EAFD86 Tidal

📋 copy color: '#EAFD86'

red 234 ◦ green 253 ◦ blue 134

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

Shades of Tidal #EAFD86

Tints of Tidal #EAFD86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 21.58%

R = 37.68%
G = 40.74%
B = 21.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#EAFD86 (or 0xEAFD86) is known color: Tidal. HEX triplet: EA, FD and 86. RGB value is (234,253,134). Sum of RGB (Red+Green+Blue) = 234+253+134=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 134 (52.73% from 255 or 21.58% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFD86 is #150279. Grayscale: #EAEAEA. Windows color (decimal): -1376890 or 8846826. OLE color: 8846826.

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

Color convert

RGB 234 253 134 -
CMYK 0.08 0 0.47 0.01
HSL 69.58º 0.97% 0.76% -
HSV(B) 69.58º 0.47% 0.99% -
XYZ 73.36 89.46 35.96 -
YUV 233.75 71.71 128.18 -
System Red Green Blue C M Y K H S L
Decimal 234 253 134 0.08 0 0.47 0.01 69.58 0.97 0.76
Hex EA FD 86 8 0 2F 1 46 61 4C
Octal 352 375 206 10 0 57 1 106 141 114
Binary 11101010 11111101 10000110 1000 0 101111 1 1000110 1100001 1001100

Color Harmonies of #EAFD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD86

Black with #EAFD86

Text Example


Text Example

White with #EAFD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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