Html Css Color HEX #EDF772 Dolly

📋 copy color: '#EDF772'

red 237 ◦ green 247 ◦ blue 114

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

Shades of Dolly #EDF772

Tints of Dolly #EDF772

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.3%

 BLUE value IS 114 (44.92% from 255) = 19.06%

R = 39.63%
G = 41.3%
B = 19.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#EDF772 (or 0xEDF772) is known color: Dolly. HEX triplet: ED, F7 and 72. RGB value is (237,247,114). Sum of RGB (Red+Green+Blue) = 237+247+114=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 114 (44.92% from 255 or 19.06% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF772 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF772 is #12088D. Grayscale: #E5E5E5. Windows color (decimal): -1181838 or 7534573. OLE color: 7534573.

HSL color Cylindrical-coordinate representation of color #EDF772: hue angle of 64.51º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDF772 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 114 -
CMYK 0.04 0 0.54 0.03
HSL 64.51º 0.89% 0.71% -
HSV(B) 64.51º 0.54% 0.97% -
XYZ 71.22 85.74 28.72 -
YUV 228.85 63.19 133.81 -
System Red Green Blue C M Y K H S L
Decimal 237 247 114 0.04 0 0.54 0.03 64.51 0.89 0.71
Hex ED F7 72 4 0 36 3 41 59 47
Octal 355 367 162 4 0 66 3 101 131 107
Binary 11101101 11110111 1110010 100 0 110110 11 1000001 1011001 1000111

Color Harmonies of #EDF772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF772

Black with #EDF772

Text Example


Text Example

White with #EDF772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF772; }

 p { color: rgb(237,247,114); }

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

background-color css

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

 a { background-color: rgb(237,247,114); }

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

border-color css

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

 span { border-color: rgb(237,247,114); }

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