Html Css Color HEX #EDF079 Dolly

📋 copy color: '#EDF079'

red 237 ◦ green 240 ◦ blue 121

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

Shades of Dolly #EDF079

Tints of Dolly #EDF079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.23%

R = 39.63%
G = 40.13%
B = 20.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EDF079 (or 0xEDF079) is known color: Dolly. HEX triplet: ED, F0 and 79. RGB value is (237,240,121). Sum of RGB (Red+Green+Blue) = 237+240+121=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 121 (47.66% from 255 or 20.23% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF079 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF079 is #120F86. Grayscale: #E2E2E2. Windows color (decimal): -1183623 or 7991533. OLE color: 7991533.

HSL color Cylindrical-coordinate representation of color #EDF079: hue angle of 61.51º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF079 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 121 -
CMYK 0.01 0 0.50 0.06
HSL 61.51º 0.8% 0.71% -
HSV(B) 61.51º 0.5% 0.94% -
XYZ 69.54 81.71 30.19 -
YUV 225.54 69.01 136.18 -
System Red Green Blue C M Y K H S L
Decimal 237 240 121 0.01 0 0.50 0.06 61.51 0.8 0.71
Hex ED F0 79 1 0 32 6 3E 50 47
Octal 355 360 171 1 0 62 6 76 120 107
Binary 11101101 11110000 1111001 1 0 110010 110 111110 1010000 1000111

Color Harmonies of #EDF079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF079

Black with #EDF079

Text Example


Text Example

White with #EDF079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF079; }

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

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

background-color css

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

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

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

border-color css

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

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

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