#EAF982

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

Shades of Tidal #EAF982

Tints of Tidal #EAF982

Color information

#EAF982 (or 0xEAF982) is unknown color: approx Tidal. HEX triplet: EA, F9 and 82. RGB value is (234,249,130). Sum of RGB (Red+Green+Blue) = 234+249+130=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 130 (51.17% from 255 or 21.21% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF982 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF982 is #15067D. Grayscale: #E7E7E7. Windows color (decimal): -1377918 or 8583658. OLE color: 8583658.

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

Color convert

RGB234249130-
CMYK0.0600.480.02
HSL67.56º90.84%74.31%-
HSV(B)67.56º47.79%97.65%-
XYZ71.8486.8634.1-
YUV230.9571.03130.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.17%
GREEN value IS 249 (97.66% from 255) = 40.62%
BLUE value IS 130 (51.17% from 255) = 21.21%
R=38.17%
G=40.62%
B=21.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342491300.0600.480.0267.5690.8474.31
HexEAF98260302445b4a
Octal35237120260602104133112
Binary111010101111100110000010110011000010100010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF982; }

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

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

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

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

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

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

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

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