#EDF583

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

Shades of Tidal #EDF583

Tints of Tidal #EDF583

Color information

#EDF583 (or 0xEDF583) is unknown color: approx Tidal. HEX triplet: ED, F5 and 83. RGB value is (237,245,131). Sum of RGB (Red+Green+Blue) = 237+245+131=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 245 (96.09% from 255 or 39.97% from 613); Blue value is 131 (51.56% from 255 or 21.37% from 613); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF583 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF583 is #120A7C. Grayscale: #E6E6E6. Windows color (decimal): -1182333 or 8648173. OLE color: 8648173.

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

Color convert

RGB237245131-
CMYK0.0300.470.04
HSL64.21º85.07%73.73%-
HSV(B)64.21º46.53%96.08%-
XYZ71.6784.9534.09-
YUV229.6172.35133.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 245 (96.09% from 255) = 39.97%
BLUE value IS 131 (51.56% from 255) = 21.37%
R=38.66%
G=39.97%
B=21.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372451310.0300.470.0464.2185.0773.73
HexEDF583302F440554a
Octal35536520330574100125112
Binary111011011111010110000011110101111100100000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF583; }

 p { color: rgb(237,245,131); }

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

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

 a { background-color: rgb(237,245,131); }

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

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

 span { border-color: rgb(237,245,131); }

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