#EAF68D

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

Shades of Tidal #EAF68D

Tints of Tidal #EAF68D

Color information

#EAF68D (or 0xEAF68D) is unknown color: approx Tidal. HEX triplet: EA, F6 and 8D. RGB value is (234,246,141). Sum of RGB (Red+Green+Blue) = 234+246+141=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF68D is #150972. Grayscale: #E6E6E6. Windows color (decimal): -1378675 or 9303786. OLE color: 9303786.

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

Color convert

RGB234246141-
CMYK0.0500.430.04
HSL66.86º85.37%75.88%-
HSV(B)66.86º42.68%96.47%-
XYZ71.785.3337.89-
YUV230.4477.52130.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.68%
GREEN value IS 246 (96.48% from 255) = 39.61%
BLUE value IS 141 (55.47% from 255) = 22.71%
R=37.68%
G=39.61%
B=22.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342461410.0500.430.0466.8685.3775.88
HexEAF68D502B443554c
Octal35236621550534103125114
Binary1110101011110110100011011010101011100100001110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF68D; }

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

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

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

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

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

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

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

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