Html Css Color HEX #EDF084 Tidal

📋 copy color: '#EDF084'

red 237 ◦ green 240 ◦ blue 132

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

Shades of Tidal #EDF084

Tints of Tidal #EDF084

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.41%

 BLUE value IS 132 (51.95% from 255) = 21.67%

R = 38.92%
G = 39.41%
B = 21.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EDF084 (or 0xEDF084) is known color: Tidal. HEX triplet: ED, F0 and 84. RGB value is (237,240,132). Sum of RGB (Red+Green+Blue) = 237+240+132=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 132 (51.95% from 255 or 21.67% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF084 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF084 is #120F7B. Grayscale: #E3E3E3. Windows color (decimal): -1183612 or 8712429. OLE color: 8712429.

HSL color Cylindrical-coordinate representation of color #EDF084: hue angle of 61.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDF084 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 132 -
CMYK 0.01 0 0.45 0.06
HSL 61.67º 0.78% 0.73% -
HSV(B) 61.67º 0.45% 0.94% -
XYZ 70.25 81.99 33.95 -
YUV 226.79 74.51 135.28 -
System Red Green Blue C M Y K H S L
Decimal 237 240 132 0.01 0 0.45 0.06 61.67 0.78 0.73
Hex ED F0 84 1 0 2D 6 3E 4E 49
Octal 355 360 204 1 0 55 6 76 116 111
Binary 11101101 11110000 10000100 1 0 101101 110 111110 1001110 1001001

Color Harmonies of #EDF084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF084

Black with #EDF084

Text Example


Text Example

White with #EDF084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF084; }

 p { color: rgb(237,240,132); }

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

background-color css

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

 a { background-color: rgb(237,240,132); }

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

border-color css

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

 span { border-color: rgb(237,240,132); }

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