#EAF085

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

Shades of Tidal #EAF085

Tints of Tidal #EAF085

Color information

#EAF085 (or 0xEAF085) is unknown color: approx Tidal. HEX triplet: EA, F0 and 85. RGB value is (234,240,133). Sum of RGB (Red+Green+Blue) = 234+240+133=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF085 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF085 is #150F7A. Grayscale: #E2E2E2. Windows color (decimal): -1380219 or 8777962. OLE color: 8777962.

HSL color Cylindrical-coordinate representation of color #EAF085: hue angle of 63.36º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAF085 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB234240133-
CMYK0.0200.450.06
HSL63.36º78.1%73.14%-
HSV(B)63.36º44.58%94.12%-
XYZ69.3381.5134.27-
YUV226.0175.51133.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 240 (94.14% from 255) = 39.54%
BLUE value IS 133 (52.34% from 255) = 21.91%
R=38.55%
G=39.54%
B=21.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342401330.0200.450.0663.3678.173.14
HexEAF085202D63f4e49
Octal3523602052055677116111
Binary11101010111100001000010110010110111011111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF085; }

 p { color: rgb(234,240,133); }

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

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

 a { background-color: rgb(234,240,133); }

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

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

 span { border-color: rgb(234,240,133); }

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