Html Css Color HEX #E0F685 Tidal

📋 copy color: '#E0F685'

red 224 ◦ green 246 ◦ blue 133

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

Shades of Tidal #E0F685

Tints of Tidal #E0F685

RGB

 RED value IS 224 (87.89% from 255) = 37.15%

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

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

R = 37.15%
G = 40.8%
B = 22.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#E0F685 (or 0xE0F685) is known color: Tidal. HEX triplet: E0, F6 and 85. RGB value is (224,246,133). Sum of RGB (Red+Green+Blue) = 224+246+133=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #E0F685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F685 is #1F097A. Grayscale: #E2E2E2. Windows color (decimal): -2034043 or 8779488. OLE color: 8779488.

HSL color Cylindrical-coordinate representation of color #E0F685: hue angle of 71.68º 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 #E0F685 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 224 246 133 -
CMYK 0.09 0 0.46 0.04
HSL 71.68º 0.86% 0.74% -
HSV(B) 71.68º 0.46% 0.96% -
XYZ 67.93 83.45 34.72 -
YUV 226.54 75.21 126.19 -
System Red Green Blue C M Y K H S L
Decimal 224 246 133 0.09 0 0.46 0.04 71.68 0.86 0.74
Hex E0 F6 85 9 0 2E 4 48 56 4A
Octal 340 366 205 11 0 56 4 110 126 112
Binary 11100000 11110110 10000101 1001 0 101110 100 1001000 1010110 1001010

Color Harmonies of #E0F685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F685

Black with #E0F685

Text Example


Text Example

White with #E0F685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F685; }

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

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

background-color css

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

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

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

border-color css

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

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

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