#EAF28C

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

Shades of Tidal #EAF28C

Tints of Tidal #EAF28C

Color information

#EAF28C (or 0xEAF28C) is unknown color: approx Tidal. HEX triplet: EA, F2 and 8C. RGB value is (234,242,140). Sum of RGB (Red+Green+Blue) = 234+242+140=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF28C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF28C is #150D73. Grayscale: #E4E4E4. Windows color (decimal): -1379700 or 9237226. OLE color: 9237226.

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

Color convert

RGB234242140-
CMYK0.0300.420.05
HSL64.71º79.69%74.9%-
HSV(B)64.71º42.15%94.9%-
XYZ70.4282.8937.1-
YUV227.9878.35132.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 140 (55.08% from 255) = 22.73%
R=37.99%
G=39.29%
B=22.73%

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
Decimal2342421400.0300.420.0564.7179.6974.9
HexEAF28C302A541504b
Octal35236221430525101120113
Binary111010101111001010001100110101010101100000110100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF28C; }

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

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

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

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

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

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

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

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