Html Css Color HEX #EAFE98 Tidal

📋 copy color: '#EAFE98'

red 234 ◦ green 254 ◦ blue 152

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

Shades of Tidal #EAFE98

Tints of Tidal #EAFE98

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.69%

 BLUE value IS 152 (59.77% from 255) = 23.75%

R = 36.56%
G = 39.69%
B = 23.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#EAFE98 (or 0xEAFE98) is known color: Tidal. HEX triplet: EA, FE and 98. RGB value is (234,254,152). Sum of RGB (Red+Green+Blue) = 234+254+152=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 152 (59.77% from 255 or 23.75% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE98 is #150167. Grayscale: #ECECEC. Windows color (decimal): -1376616 or 10026730. OLE color: 10026730.

HSL color Cylindrical-coordinate representation of color #EAFE98: hue angle of 71.76º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAFE98 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 254 152 -
CMYK 0.08 0 0.40 0.00
HSL 71.76º 0.98% 0.8% -
HSV(B) 71.76º 0.4% 1% -
XYZ 75.04 90.64 43.25 -
YUV 236.39 80.37 126.29 -
System Red Green Blue C M Y K H S L
Decimal 234 254 152 0.08 0 0.40 0.00 71.76 0.98 0.8
Hex EA FE 98 8 0 28 0 48 62 50
Octal 352 376 230 10 0 50 0 110 142 120
Binary 11101010 11111110 10011000 1000 0 101000 0 1001000 1100010 1010000

Color Harmonies of #EAFE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE98

Black with #EAFE98

Text Example


Text Example

White with #EAFE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE98; }

 p { color: rgb(234,254,152); }

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

background-color css

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

 a { background-color: rgb(234,254,152); }

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

border-color css

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

 span { border-color: rgb(234,254,152); }

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