Html Css Color HEX #EAFC94 Tidal

📋 copy color: '#EAFC94'

red 234 ◦ green 252 ◦ blue 148

#EAFC94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tidal #EAFC94

Tints of Tidal #EAFC94

RGB

 RED value IS 234 (91.8% from 255) = 36.91%

 GREEN value IS 252 (98.83% from 255) = 39.75%

 BLUE value IS 148 (58.2% from 255) = 23.34%

R = 36.91%
G = 39.75%
B = 23.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#EAFC94 (or 0xEAFC94) is known color: Tidal. HEX triplet: EA, FC and 94. RGB value is (234,252,148). Sum of RGB (Red+Green+Blue) = 234+252+148=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 148 (58.20% from 255 or 23.34% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFC94 is #15036B. Grayscale: #EBEBEB. Windows color (decimal): -1377132 or 9764074. OLE color: 9764074.

HSL color Cylindrical-coordinate representation of color #EAFC94: hue angle of 70.38º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAFC94 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 252 148 -
CMYK 0.07 0 0.41 0.01
HSL 70.38º 0.95% 0.78% -
HSV(B) 70.38º 0.41% 0.99% -
XYZ 74.09 89.25 41.34 -
YUV 234.76 79.04 127.46 -
System Red Green Blue C M Y K H S L
Decimal 234 252 148 0.07 0 0.41 0.01 70.38 0.95 0.78
Hex EA FC 94 7 0 29 1 46 5F 4E
Octal 352 374 224 7 0 51 1 106 137 116
Binary 11101010 11111100 10010100 111 0 101001 1 1000110 1011111 1001110

Color Harmonies of #EAFC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFC94

Black with #EAFC94

Text Example


Text Example

White with #EAFC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFC94; }

 p { color: rgb(234,252,148); }

 H1.HeaderClassName
 {
   color: #EAFC94;
 }
 .AnyTagClassName
 {
   color: #EAFC94;
 }
</style>

background-color css

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

 a { background-color: rgb(234,252,148); }

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

border-color css

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

 span { border-color: rgb(234,252,148); }

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