#EAFA92

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

Shades of Tidal #EAFA92

Tints of Tidal #EAFA92

Color information

#EAFA92 (or 0xEAFA92) is unknown color: approx Tidal. HEX triplet: EA, FA and 92. RGB value is (234,250,146). Sum of RGB (Red+Green+Blue) = 234+250+146=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 146 (57.42% from 255 or 23.17% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFA92 is #15056D. Grayscale: #E9E9E9. Windows color (decimal): -1377646 or 9632490. OLE color: 9632490.

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

Color convert

RGB234250146-
CMYK0.0600.420.02
HSL69.23º91.23%77.65%-
HSV(B)69.23º41.6%98.04%-
XYZ73.3187.9440.3-
YUV233.3678.7128.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 250 (98.05% from 255) = 39.68%
BLUE value IS 146 (57.42% from 255) = 23.17%
R=37.14%
G=39.68%
B=23.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342501460.0600.420.0269.2391.2377.65
HexEAFA92602A2455b4e
Octal35237222260522105133116
Binary111010101111101010010010110010101010100010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFA92; }

 p { color: rgb(234,250,146); }

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

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

 a { background-color: rgb(234,250,146); }

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

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

 span { border-color: rgb(234,250,146); }

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