Html Css Color HEX #EAFA93 Tidal

📋 copy color: '#EAFA93'

red 234 ◦ green 250 ◦ blue 147

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

Shades of Tidal #EAFA93

Tints of Tidal #EAFA93

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.62%

 BLUE value IS 147 (57.81% from 255) = 23.3%

R = 37.08%
G = 39.62%
B = 23.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#EAFA93 (or 0xEAFA93) is known color: Tidal. HEX triplet: EA, FA and 93. RGB value is (234,250,147). Sum of RGB (Red+Green+Blue) = 234+250+147=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 147 (57.81% from 255 or 23.30% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFA93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFA93 is #15056C. Grayscale: #E9E9E9. Windows color (decimal): -1377645 or 9698026. OLE color: 9698026.

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

Color convert

RGB 234 250 147 -
CMYK 0.06 0 0.41 0.02
HSL 69.32º 0.91% 0.78% -
HSV(B) 69.32º 0.41% 0.98% -
XYZ 73.38 87.97 40.72 -
YUV 233.47 79.2 128.38 -
System Red Green Blue C M Y K H S L
Decimal 234 250 147 0.06 0 0.41 0.02 69.32 0.91 0.78
Hex EA FA 93 6 0 29 2 45 5B 4E
Octal 352 372 223 6 0 51 2 105 133 116
Binary 11101010 11111010 10010011 110 0 101001 10 1000101 1011011 1001110

Color Harmonies of #EAFA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFA93

Black with #EAFA93

Text Example


Text Example

White with #EAFA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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