#EAFD8A

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

Shades of Tidal #EAFD8A

Tints of Tidal #EAFD8A

Color information

#EAFD8A (or 0xEAFD8A) is unknown color: approx Tidal. HEX triplet: EA, FD and 8A. RGB value is (234,253,138). Sum of RGB (Red+Green+Blue) = 234+253+138=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFD8A is #150275. Grayscale: #EAEAEA. Windows color (decimal): -1376886 or 9108970. OLE color: 9108970.

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

Color convert

RGB234253138-
CMYK0.0800.450.01
HSL69.91º96.64%76.67%-
HSV(B)69.91º45.45%99.22%-
XYZ73.6489.5837.45-
YUV234.2173.71127.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.44%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 138 (54.30% from 255) = 22.08%
R=37.44%
G=40.48%
B=22.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531380.0800.450.0169.9196.6476.67
HexEAFD8A802D146614d
Octal352375212100551106141115
Binary111010101111110110001010100001011011100011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFD8A; }

 p { color: rgb(234,253,138); }

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

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

 a { background-color: rgb(234,253,138); }

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

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

 span { border-color: rgb(234,253,138); }

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