Html Css Color HEX #EAF881 Tidal

📋 copy color: '#EAF881'

red 234 ◦ green 248 ◦ blue 129

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

Shades of Tidal #EAF881

Tints of Tidal #EAF881

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.59%

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

R = 38.3%
G = 40.59%
B = 21.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#EAF881 (or 0xEAF881) is known color: Tidal. HEX triplet: EA, F8 and 81. RGB value is (234,248,129). Sum of RGB (Red+Green+Blue) = 234+248+129=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 129 (50.78% from 255 or 21.11% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF881 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF881 is #15077E. Grayscale: #E6E6E6. Windows color (decimal): -1378175 or 8517866. OLE color: 8517866.

HSL color Cylindrical-coordinate representation of color #EAF881: hue angle of 67.06º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAF881 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 129 -
CMYK 0.06 0 0.48 0.03
HSL 67.06º 0.89% 0.74% -
HSV(B) 67.06º 0.48% 0.97% -
XYZ 71.46 86.21 33.64 -
YUV 230.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 234 248 129 0.06 0 0.48 0.03 67.06 0.89 0.74
Hex EA F8 81 6 0 30 3 43 59 4A
Octal 352 370 201 6 0 60 3 103 131 112
Binary 11101010 11111000 10000001 110 0 110000 11 1000011 1011001 1001010

Color Harmonies of #EAF881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF881

Black with #EAF881

Text Example


Text Example

White with #EAF881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF881; }

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

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

background-color css

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

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

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

border-color css

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

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

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