#EAF38D

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

Shades of Tidal #EAF38D

Tints of Tidal #EAF38D

Color information

#EAF38D (or 0xEAF38D) is unknown color: approx Tidal. HEX triplet: EA, F3 and 8D. RGB value is (234,243,141). Sum of RGB (Red+Green+Blue) = 234+243+141=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 141 (55.47% from 255 or 22.82% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF38D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF38D is #150C72. Grayscale: #E5E5E5. Windows color (decimal): -1379443 or 9303018. OLE color: 9303018.

HSL color Cylindrical-coordinate representation of color #EAF38D: hue angle of 65.29º degrees, saturation: 0.81, 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 #EAF38D is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB234243141-
CMYK0.0400.420.05
HSL65.29º80.95%75.29%-
HSV(B)65.29º41.98%95.29%-
XYZ70.7983.5237.59-
YUV228.6878.52131.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 243 (95.31% from 255) = 39.32%
BLUE value IS 141 (55.47% from 255) = 22.82%
R=37.86%
G=39.32%
B=22.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342431410.0400.420.0565.2980.9575.29
HexEAF38D402A541514b
Octal35236321540525101121113
Binary1110101011110011100011011000101010101100000110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF38D; }

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

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

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

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

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

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

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

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