Html Css Color HEX #EAFE85 Tidal

📋 copy color: '#EAFE85'

red 234 ◦ green 254 ◦ blue 133

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

Shades of Tidal #EAFE85

Tints of Tidal #EAFE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.42%

R = 37.68%
G = 40.9%
B = 21.42%

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

#EAFE85 (or 0xEAFE85) is known color: Tidal. HEX triplet: EA, FE and 85. RGB value is (234,254,133). Sum of RGB (Red+Green+Blue) = 234+254+133=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE85 is #15017A. Grayscale: #EAEAEA. Windows color (decimal): -1376635 or 8781546. OLE color: 8781546.

HSL color Cylindrical-coordinate representation of color #EAFE85: hue angle of 69.92º 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 #EAFE85 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 254 133 -
CMYK 0.08 0 0.48 0.00
HSL 69.92º 0.98% 0.76% -
HSV(B) 69.92º 0.48% 1% -
XYZ 73.61 90.07 35.7 -
YUV 234.23 70.87 127.84 -
System Red Green Blue C M Y K H S L
Decimal 234 254 133 0.08 0 0.48 0.00 69.92 0.98 0.76
Hex EA FE 85 8 0 30 0 46 62 4C
Octal 352 376 205 10 0 60 0 106 142 114
Binary 11101010 11111110 10000101 1000 0 110000 0 1000110 1100010 1001100

Color Harmonies of #EAFE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE85

Black with #EAFE85

Text Example


Text Example

White with #EAFE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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