#EAF58C

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

Shades of Tidal #EAF58C

Tints of Tidal #EAF58C

Color information

#EAF58C (or 0xEAF58C) is unknown color: approx Tidal. HEX triplet: EA, F5 and 8C. RGB value is (234,245,140). Sum of RGB (Red+Green+Blue) = 234+245+140=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 140 (55.08% from 255 or 22.62% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF58C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF58C is #150A73. Grayscale: #E6E6E6. Windows color (decimal): -1378932 or 9237994. OLE color: 9237994.

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

Color convert

RGB234245140-
CMYK0.0400.430.04
HSL66.29º84%75.49%-
HSV(B)66.29º42.86%96.08%-
XYZ71.3284.6937.4-
YUV229.7477.36131.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 245 (96.09% from 255) = 39.58%
BLUE value IS 140 (55.08% from 255) = 22.62%
R=37.80%
G=39.58%
B=22.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342451400.0400.430.0466.298475.49
HexEAF58C402B442544b
Octal35236521440534102124113
Binary1110101011110101100011001000101011100100001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF58C; }

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

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

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

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

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

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

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

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