#EAF992

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

Shades of Tidal #EAF992

Tints of Tidal #EAF992

Color information

#EAF992 (or 0xEAF992) is unknown color: approx Tidal. HEX triplet: EA, F9 and 92. RGB value is (234,249,146). Sum of RGB (Red+Green+Blue) = 234+249+146=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 146 (57.42% from 255 or 23.21% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF992 is #15066D. Grayscale: #E9E9E9. Windows color (decimal): -1377902 or 9632234. OLE color: 9632234.

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

Color convert

RGB234249146-
CMYK0.0600.410.02
HSL68.74º89.57%77.45%-
HSV(B)68.74º41.37%97.65%-
XYZ7387.3240.2-
YUV232.7779.03128.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.20%
GREEN value IS 249 (97.66% from 255) = 39.59%
BLUE value IS 146 (57.42% from 255) = 23.21%
R=37.20%
G=39.59%
B=23.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342491460.0600.410.0268.7489.5777.45
HexEAF99260292455a4d
Octal35237122260512105132115
Binary111010101111100110010010110010100110100010110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF992; }

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

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

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

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

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

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

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

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