#edf386

Color #EDF386 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #EDF386

Tints of Tidal #EDF386

Color information

#EDF386 (or 0xEDF386) is unknown color: approx Tidal. HEX triplet: ED, F3 and 86. RGB value is (237,243,134). Sum of RGB (Red+Green+Blue) = 237+243+134=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 243 (95.31% from 255 or 39.58% from 614); Blue value is 134 (52.73% from 255 or 21.82% from 614); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF386 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF386 is #120C79. Grayscale: #E5E5E5. Windows color (decimal): -1182842 or 8844269. OLE color: 8844269.

HSL color Cylindrical-coordinate representation of color #EDF386: hue angle of 63.3º degrees, saturation: 0.82, 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 #EDF386 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB237243134-
CMYK0.0200.450.05
HSL63.3º81.95%73.92%-
HSV(B)63.3º44.86%95.29%-
XYZ71.2883.8334.98-
YUV228.7874.51133.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 243 (95.31% from 255) = 39.58%
BLUE value IS 134 (52.73% from 255) = 21.82%
R=38.60%
G=39.58%
B=21.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372431340.0200.450.0563.381.9573.92
HexEDF386202D53f524a
Octal3553632062055577122112
Binary11101101111100111000011010010110110111111110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edf386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edf386; }

 p { color: rgb(237,243,134); }

 H1.HeaderClassName
 {
   color: #edf386;
 }
 .AnyTagClassName
 {
   color: #edf386;
 }
</style>
background-color css

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

 a { background-color: rgb(237,243,134); }

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

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

 span { border-color: rgb(237,243,134); }

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