#EAF28D

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

Shades of Tidal #EAF28D

Tints of Tidal #EAF28D

Color information

#EAF28D (or 0xEAF28D) is unknown color: approx Tidal. HEX triplet: EA, F2 and 8D. RGB value is (234,242,141). Sum of RGB (Red+Green+Blue) = 234+242+141=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 141 (55.47% from 255 or 22.85% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF28D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF28D is #150D72. Grayscale: #E4E4E4. Windows color (decimal): -1379699 or 9302762. OLE color: 9302762.

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

Color convert

RGB234242141-
CMYK0.0300.420.05
HSL64.75º79.53%75.1%-
HSV(B)64.75º41.74%94.9%-
XYZ70.4982.9237.49-
YUV228.0978.85132.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 242 (94.92% from 255) = 39.22%
BLUE value IS 141 (55.47% from 255) = 22.85%
R=37.93%
G=39.22%
B=22.85%

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
Decimal2342421410.0300.420.0564.7579.5375.1
HexEAF28D302A541504b
Octal35236221530525101120113
Binary111010101111001010001101110101010101100000110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF28D; }

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

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

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

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

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

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

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

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