Html Css Color HEX #EAF785 Tidal

📋 copy color: '#EAF785'

red 234 ◦ green 247 ◦ blue 133

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

Shades of Tidal #EAF785

Tints of Tidal #EAF785

RGB

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

 GREEN value IS 247 (96.88% from 255) = 40.23%

 BLUE value IS 133 (52.34% from 255) = 21.66%

R = 38.11%
G = 40.23%
B = 21.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#EAF785 (or 0xEAF785) is known color: Tidal. HEX triplet: EA, F7 and 85. RGB value is (234,247,133). Sum of RGB (Red+Green+Blue) = 234+247+133=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 133 (52.34% from 255 or 21.66% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF785 is #15087A. Grayscale: #E6E6E6. Windows color (decimal): -1378427 or 8779754. OLE color: 8779754.

HSL color Cylindrical-coordinate representation of color #EAF785: hue angle of 66.84º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAF785 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 247 133 -
CMYK 0.05 0 0.46 0.03
HSL 66.84º 0.88% 0.75% -
HSV(B) 66.84º 0.46% 0.97% -
XYZ 71.43 85.71 34.97 -
YUV 230.12 73.19 130.77 -
System Red Green Blue C M Y K H S L
Decimal 234 247 133 0.05 0 0.46 0.03 66.84 0.88 0.75
Hex EA F7 85 5 0 2E 3 43 58 4B
Octal 352 367 205 5 0 56 3 103 130 113
Binary 11101010 11110111 10000101 101 0 101110 11 1000011 1011000 1001011

Color Harmonies of #EAF785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF785

Black with #EAF785

Text Example


Text Example

White with #EAF785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF785; }

 p { color: rgb(234,247,133); }

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

background-color css

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

 a { background-color: rgb(234,247,133); }

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

border-color css

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

 span { border-color: rgb(234,247,133); }

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