Html Css Color HEX #EDF981 Tidal

📋 copy color: '#EDF981'

red 237 ◦ green 249 ◦ blue 129

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

Shades of Tidal #EDF981

Tints of Tidal #EDF981

RGB

 RED value IS 237 (92.97% from 255) = 38.54%

 GREEN value IS 249 (97.66% from 255) = 40.49%

 BLUE value IS 129 (50.78% from 255) = 20.98%

R = 38.54%
G = 40.49%
B = 20.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#EDF981 (or 0xEDF981) is known color: Tidal. HEX triplet: ED, F9 and 81. RGB value is (237,249,129). Sum of RGB (Red+Green+Blue) = 237+249+129=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 129 (50.78% from 255 or 20.98% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF981 is #12067E. Grayscale: #E8E8E8. Windows color (decimal): -1181311 or 8518125. OLE color: 8518125.

HSL color Cylindrical-coordinate representation of color #EDF981: hue angle of 66º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EDF981 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 129 -
CMYK 0.05 0 0.48 0.02
HSL 66º 0.91% 0.74% -
HSV(B) 66º 0.48% 0.98% -
XYZ 72.76 87.34 33.79 -
YUV 231.73 70.02 131.76 -
System Red Green Blue C M Y K H S L
Decimal 237 249 129 0.05 0 0.48 0.02 66 0.91 0.74
Hex ED F9 81 5 0 30 2 42 5B 4A
Octal 355 371 201 5 0 60 2 102 133 112
Binary 11101101 11111001 10000001 101 0 110000 10 1000010 1011011 1001010

Color Harmonies of #EDF981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF981

Black with #EDF981

Text Example


Text Example

White with #EDF981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF981; }

 p { color: rgb(237,249,129); }

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

background-color css

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

 a { background-color: rgb(237,249,129); }

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

border-color css

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

 span { border-color: rgb(237,249,129); }

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