Html Css Color HEX #EAFE81 Tidal

📋 copy color: '#EAFE81'

red 234 ◦ green 254 ◦ blue 129

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

Shades of Tidal #EAFE81

Tints of Tidal #EAFE81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 20.91%

R = 37.93%
G = 41.17%
B = 20.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#EAFE81 (or 0xEAFE81) is known color: Tidal. HEX triplet: EA, FE and 81. RGB value is (234,254,129). Sum of RGB (Red+Green+Blue) = 234+254+129=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 129 (50.78% from 255 or 20.91% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE81 is #15017E. Grayscale: #EAEAEA. Windows color (decimal): -1376639 or 8519402. OLE color: 8519402.

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

Color convert

RGB 234 254 129 -
CMYK 0.08 0 0.49 0.00
HSL 69.6º 0.98% 0.75% -
HSV(B) 69.6º 0.49% 1% -
XYZ 73.34 89.96 34.27 -
YUV 233.77 68.87 128.16 -
System Red Green Blue C M Y K H S L
Decimal 234 254 129 0.08 0 0.49 0.00 69.6 0.98 0.75
Hex EA FE 81 8 0 31 0 46 62 4B
Octal 352 376 201 10 0 61 0 106 142 113
Binary 11101010 11111110 10000001 1000 0 110001 0 1000110 1100010 1001011

Color Harmonies of #EAFE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE81

Black with #EAFE81

Text Example


Text Example

White with #EAFE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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