Html Css Color HEX #EAFE84 Tidal

📋 copy color: '#EAFE84'

red 234 ◦ green 254 ◦ blue 132

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

Shades of Tidal #EAFE84

Tints of Tidal #EAFE84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.29%

R = 37.74%
G = 40.97%
B = 21.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#EAFE84 (or 0xEAFE84) is known color: Tidal. HEX triplet: EA, FE and 84. RGB value is (234,254,132). Sum of RGB (Red+Green+Blue) = 234+254+132=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 132 (51.95% from 255 or 21.29% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE84 is #15017B. Grayscale: #EAEAEA. Windows color (decimal): -1376636 or 8716010. OLE color: 8716010.

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

Color convert

RGB 234 254 132 -
CMYK 0.08 0 0.48 0.00
HSL 69.84º 0.98% 0.76% -
HSV(B) 69.84º 0.48% 1% -
XYZ 73.54 90.04 35.33 -
YUV 234.11 70.37 127.92 -
System Red Green Blue C M Y K H S L
Decimal 234 254 132 0.08 0 0.48 0.00 69.84 0.98 0.76
Hex EA FE 84 8 0 30 0 46 62 4C
Octal 352 376 204 10 0 60 0 106 142 114
Binary 11101010 11111110 10000100 1000 0 110000 0 1000110 1100010 1001100

Color Harmonies of #EAFE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE84

Black with #EAFE84

Text Example


Text Example

White with #EAFE84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE84; }

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

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

background-color css

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

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

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

border-color css

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

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

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