Html Css Color HEX #EAFE92 Tidal

📋 copy color: '#EAFE92'

red 234 ◦ green 254 ◦ blue 146

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

Shades of Tidal #EAFE92

Tints of Tidal #EAFE92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.03%

R = 36.91%
G = 40.06%
B = 23.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#EAFE92 (or 0xEAFE92) is known color: Tidal. HEX triplet: EA, FE and 92. RGB value is (234,254,146). Sum of RGB (Red+Green+Blue) = 234+254+146=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 146 (57.42% from 255 or 23.03% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFE92 is #15016D. Grayscale: #ECECEC. Windows color (decimal): -1376622 or 9633514. OLE color: 9633514.

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

Color convert

RGB 234 254 146 -
CMYK 0.08 0 0.43 0.00
HSL 71.11º 0.98% 0.78% -
HSV(B) 71.11º 0.43% 1% -
XYZ 74.56 90.45 40.72 -
YUV 235.71 77.37 126.78 -
System Red Green Blue C M Y K H S L
Decimal 234 254 146 0.08 0 0.43 0.00 71.11 0.98 0.78
Hex EA FE 92 8 0 2B 0 47 62 4E
Octal 352 376 222 10 0 53 0 107 142 116
Binary 11101010 11111110 10010010 1000 0 101011 0 1000111 1100010 1001110

Color Harmonies of #EAFE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE92

Black with #EAFE92

Text Example


Text Example

White with #EAFE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE92; }

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

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

background-color css

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

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

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

border-color css

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

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

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