#EDF47C

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

Shades of Dolly #EDF47C

Tints of Dolly #EDF47C

Color information

#EDF47C (or 0xEDF47C) is unknown color: approx Dolly. HEX triplet: ED, F4 and 7C. RGB value is (237,244,124). Sum of RGB (Red+Green+Blue) = 237+244+124=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 124 (48.83% from 255 or 20.50% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF47C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF47C is #120B83. Grayscale: #E4E4E4. Windows color (decimal): -1182596 or 8189165. OLE color: 8189165.

HSL color Cylindrical-coordinate representation of color #EDF47C: hue angle of 63.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDF47C is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB237244124-
CMYK0.0300.490.04
HSL63.5º84.51%72.16%-
HSV(B)63.5º49.18%95.69%-
XYZ70.9184.1631.58-
YUV228.2369.18134.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 244 (95.70% from 255) = 40.33%
BLUE value IS 124 (48.83% from 255) = 20.50%
R=39.17%
G=40.33%
B=20.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372441240.0300.490.0463.584.5172.16
HexEDF47C30314405548
Octal35536417430614100125110
Binary11101101111101001111100110110001100100000010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF47C; }

 p { color: rgb(237,244,124); }

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

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

 a { background-color: rgb(237,244,124); }

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

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

 span { border-color: rgb(237,244,124); }

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