#EAF980

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

Shades of Tidal #EAF980

Tints of Tidal #EAF980

Color information

#EAF980 (or 0xEAF980) is unknown color: approx Tidal. HEX triplet: EA, F9 and 80. RGB value is (234,249,128). Sum of RGB (Red+Green+Blue) = 234+249+128=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 249 (97.66% from 255 or 40.75% from 611); Blue value is 128 (50.39% from 255 or 20.95% from 611); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF980 is #15067F. Grayscale: #E7E7E7. Windows color (decimal): -1377920 or 8452586. OLE color: 8452586.

HSL color Cylindrical-coordinate representation of color #EAF980: hue angle of 67.44º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAF980 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB234249128-
CMYK0.0600.490.02
HSL67.44º90.98%73.92%-
HSV(B)67.44º48.59%97.65%-
XYZ71.786.833.4-
YUV230.7270.03130.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 249 (97.66% from 255) = 40.75%
BLUE value IS 128 (50.39% from 255) = 20.95%
R=38.30%
G=40.75%
B=20.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342491280.0600.490.0267.4490.9873.92
HexEAF98060312435b4a
Octal35237120060612103133112
Binary111010101111100110000000110011000110100001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF980; }

 p { color: rgb(234,249,128); }

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

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

 a { background-color: rgb(234,249,128); }

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

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

 span { border-color: rgb(234,249,128); }

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