#EAF97D

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

Shades of Tidal #EAF97D

Tints of Tidal #EAF97D

Color information

#EAF97D (or 0xEAF97D) is unknown color: approx Tidal. HEX triplet: EA, F9 and 7D. RGB value is (234,249,125). Sum of RGB (Red+Green+Blue) = 234+249+125=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 125 (49.22% from 255 or 20.56% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF97D is #150682. Grayscale: #E6E6E6. Windows color (decimal): -1377923 or 8255978. OLE color: 8255978.

HSL color Cylindrical-coordinate representation of color #EAF97D: hue angle of 67.26º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAF97D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB234249125-
CMYK0.0600.500.02
HSL67.26º91.18%73.33%-
HSV(B)67.26º49.8%97.65%-
XYZ71.5186.7232.37-
YUV230.3868.53130.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 249 (97.66% from 255) = 40.95%
BLUE value IS 125 (49.22% from 255) = 20.56%
R=38.49%
G=40.95%
B=20.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342491250.0600.500.0267.2691.1873.33
HexEAF97D60322435b49
Octal35237117560622103133111
Binary11101010111110011111101110011001010100001110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF97D; }

 p { color: rgb(234,249,125); }

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

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

 a { background-color: rgb(234,249,125); }

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

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

 span { border-color: rgb(234,249,125); }

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