#EAF18B

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

Shades of Tidal #EAF18B

Tints of Tidal #EAF18B

Color information

#EAF18B (or 0xEAF18B) is unknown color: approx Tidal. HEX triplet: EA, F1 and 8B. RGB value is (234,241,139). Sum of RGB (Red+Green+Blue) = 234+241+139=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 139 (54.69% from 255 or 22.64% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF18B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF18B is #150E74. Grayscale: #E3E3E3. Windows color (decimal): -1379957 or 9171434. OLE color: 9171434.

HSL color Cylindrical-coordinate representation of color #EAF18B: hue angle of 64.12º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EAF18B is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB234241139-
CMYK0.0300.420.05
HSL64.12º78.46%74.51%-
HSV(B)64.12º42.32%94.51%-
XYZ70.0582.2736.61-
YUV227.2878.18132.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 139 (54.69% from 255) = 22.64%
R=38.11%
G=39.25%
B=22.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342411390.0300.420.0564.1278.4674.51
HexEAF18B302A5404e4b
Octal35236121330525100116113
Binary111010101111000110001011110101010101100000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF18B; }

 p { color: rgb(234,241,139); }

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

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

 a { background-color: rgb(234,241,139); }

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

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

 span { border-color: rgb(234,241,139); }

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