#EDF382

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

Shades of Tidal #EDF382

Tints of Tidal #EDF382

Color information

#EDF382 (or 0xEDF382) is unknown color: approx Tidal. HEX triplet: ED, F3 and 82. RGB value is (237,243,130). Sum of RGB (Red+Green+Blue) = 237+243+130=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 243 (95.31% from 255 or 39.84% from 610); Blue value is 130 (51.17% from 255 or 21.31% from 610); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF382 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF382 is #120C7D. Grayscale: #E4E4E4. Windows color (decimal): -1182846 or 8582125. OLE color: 8582125.

HSL color Cylindrical-coordinate representation of color #EDF382: hue angle of 63.19º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDF382 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB237243130-
CMYK0.0200.470.05
HSL63.19º82.48%73.14%-
HSV(B)63.19º46.5%95.29%-
XYZ7183.7233.54-
YUV228.3272.51134.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 243 (95.31% from 255) = 39.84%
BLUE value IS 130 (51.17% from 255) = 21.31%
R=38.85%
G=39.84%
B=21.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372431300.0200.470.0563.1982.4873.14
HexEDF382202F53f5249
Octal3553632022057577122111
Binary11101101111100111000001010010111110111111110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF382; }

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

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

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

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

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

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

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

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