#EAFE8C

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

Shades of Tidal #EAFE8C

Tints of Tidal #EAFE8C

Color information

#EAFE8C (or 0xEAFE8C) is unknown color: approx Tidal. HEX triplet: EA, FE and 8C. RGB value is (234,254,140). Sum of RGB (Red+Green+Blue) = 234+254+140=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 140 (55.08% from 255 or 22.29% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE8C is #150173. Grayscale: #EBEBEB. Windows color (decimal): -1376628 or 9240298. OLE color: 9240298.

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

Color convert

RGB234254140-
CMYK0.0800.450.00
HSL70.53º98.28%77.25%-
HSV(B)70.53º44.88%99.61%-
XYZ74.1190.2738.33-
YUV235.0274.37127.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.26%
GREEN value IS 254 (99.61% from 255) = 40.45%
BLUE value IS 140 (55.08% from 255) = 22.29%
R=37.26%
G=40.45%
B=22.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541400.0800.450.0070.5398.2877.25
HexEAFE8C802D047624d
Octal352376214100550107142115
Binary111010101111111010001100100001011010100011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFE8C; }

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

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

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

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

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

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

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

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