#EAF682

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

Shades of Tidal #EAF682

Tints of Tidal #EAF682

Color information

#EAF682 (or 0xEAF682) is unknown color: approx Tidal. HEX triplet: EA, F6 and 82. RGB value is (234,246,130). Sum of RGB (Red+Green+Blue) = 234+246+130=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF682 is #15097D. Grayscale: #E5E5E5. Windows color (decimal): -1378686 or 8582890. OLE color: 8582890.

HSL color Cylindrical-coordinate representation of color #EAF682: hue angle of 66.21º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAF682 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB234246130-
CMYK0.0500.470.04
HSL66.21º86.57%73.73%-
HSV(B)66.21º47.15%96.47%-
XYZ70.9285.0233.79-
YUV229.1972.02131.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.36%
GREEN value IS 246 (96.48% from 255) = 40.33%
BLUE value IS 130 (51.17% from 255) = 21.31%
R=38.36%
G=40.33%
B=21.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461300.0500.470.0466.2186.5773.73
HexEAF682502F442574a
Octal35236620250574102127112
Binary1110101011110110100000101010101111100100001010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF682; }

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

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

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

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

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

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

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

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