Html Css Color HEX #EAF685 Tidal

📋 copy color: '#EAF685'

red 234 ◦ green 246 ◦ blue 133

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

Shades of Tidal #EAF685

Tints of Tidal #EAF685

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.13%

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

R = 38.17%
G = 40.13%
B = 21.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#EAF685 (or 0xEAF685) is known color: Tidal. HEX triplet: EA, F6 and 85. RGB value is (234,246,133). Sum of RGB (Red+Green+Blue) = 234+246+133=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 133 (52.34% from 255 or 21.70% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF685 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF685 is #15097A. Grayscale: #E5E5E5. Windows color (decimal): -1378683 or 8779498. OLE color: 8779498.

HSL color Cylindrical-coordinate representation of color #EAF685: hue angle of 66.37º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EAF685 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 133 -
CMYK 0.05 0 0.46 0.04
HSL 66.37º 0.86% 0.74% -
HSV(B) 66.37º 0.46% 0.96% -
XYZ 71.12 85.1 34.87 -
YUV 229.53 73.52 131.19 -
System Red Green Blue C M Y K H S L
Decimal 234 246 133 0.05 0 0.46 0.04 66.37 0.86 0.74
Hex EA F6 85 5 0 2E 4 42 56 4A
Octal 352 366 205 5 0 56 4 102 126 112
Binary 11101010 11110110 10000101 101 0 101110 100 1000010 1010110 1001010

Color Harmonies of #EAF685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF685

Black with #EAF685

Text Example


Text Example

White with #EAF685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF685; }

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

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

background-color css

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

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

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

border-color css

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

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

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