#EAFF8D

Color #EAFF8D Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EAFF8D

Tints of Tidal #EAFF8D

Color information

#EAFF8D (or 0xEAFF8D) is unknown color: approx Tidal. HEX triplet: EA, FF and 8D. RGB value is (234,255,141). Sum of RGB (Red+Green+Blue) = 234+255+141=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 141 (55.47% from 255 or 22.38% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF8D is #150072. Grayscale: #ECECEC. Windows color (decimal): -1376371 or 9306090. OLE color: 9306090.

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

Color convert

RGB234255141-
CMYK0.0800.450
HSL71.05º100%77.65%-
HSV(B)71.05º44.71%100%-
XYZ74.590.9438.83-
YUV235.7374.54126.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 255 (100% from 255) = 40.48%
BLUE value IS 141 (55.47% from 255) = 22.38%
R=37.14%
G=40.48%
B=22.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551410.0800.45071.0510077.65
HexEAFF8D802D047644e
Octal352377215100550107144116
Binary111010101111111110001101100001011010100011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF8D; }

 p { color: rgb(234,255,141); }

 H1.HeaderClassName
 {
   color: #EAFF8D;
 }
 .AnyTagClassName
 {
   color: #EAFF8D;
 }
</style>
background-color css

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

 a { background-color: rgb(234,255,141); }

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

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

 span { border-color: rgb(234,255,141); }

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