Html Css Color HEX #EAF286 Tidal

📋 copy color: '#EAF286'

red 234 ◦ green 242 ◦ blue 134

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

Shades of Tidal #EAF286

Tints of Tidal #EAF286

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.67%

 BLUE value IS 134 (52.73% from 255) = 21.97%

R = 38.36%
G = 39.67%
B = 21.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#EAF286 (or 0xEAF286) is known color: Tidal. HEX triplet: EA, F2 and 86. RGB value is (234,242,134). Sum of RGB (Red+Green+Blue) = 234+242+134=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF286 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF286 is #150D79. Grayscale: #E3E3E3. Windows color (decimal): -1379706 or 8844010. OLE color: 8844010.

HSL color Cylindrical-coordinate representation of color #EAF286: hue angle of 64.44º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAF286 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 134 -
CMYK 0.03 0 0.45 0.05
HSL 64.44º 0.81% 0.74% -
HSV(B) 64.44º 0.45% 0.95% -
XYZ 69.99 82.72 34.83 -
YUV 227.3 75.35 132.78 -
System Red Green Blue C M Y K H S L
Decimal 234 242 134 0.03 0 0.45 0.05 64.44 0.81 0.74
Hex EA F2 86 3 0 2D 5 40 51 4A
Octal 352 362 206 3 0 55 5 100 121 112
Binary 11101010 11110010 10000110 11 0 101101 101 1000000 1010001 1001010

Color Harmonies of #EAF286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF286

Black with #EAF286

Text Example


Text Example

White with #EAF286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF286; }

 p { color: rgb(234,242,134); }

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

background-color css

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

 a { background-color: rgb(234,242,134); }

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

border-color css

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

 span { border-color: rgb(234,242,134); }

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