#EAFF8E

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

Shades of Tidal #EAFF8E

Tints of Tidal #EAFF8E

Color information

#EAFF8E (or 0xEAFF8E) is unknown color: approx Tidal. HEX triplet: EA, FF and 8E. RGB value is (234,255,142). Sum of RGB (Red+Green+Blue) = 234+255+142=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 142 (55.86% from 255 or 22.50% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF8E is #150071. Grayscale: #ECECEC. Windows color (decimal): -1376370 or 9371626. OLE color: 9371626.

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

Color convert

RGB234255142-
CMYK0.0800.440
HSL71.15º100%77.84%-
HSV(B)71.15º44.31%100%-
XYZ74.5790.9739.22-
YUV235.8475.04126.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.08%
GREEN value IS 255 (100% from 255) = 40.41%
BLUE value IS 142 (55.86% from 255) = 22.50%
R=37.08%
G=40.41%
B=22.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551420.0800.44071.1510077.84
HexEAFF8E802C047644e
Octal352377216100540107144116
Binary111010101111111110001110100001011000100011111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF8E; }

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

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

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

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

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

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

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

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