#EDF47D

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

Shades of Dolly #EDF47D

Tints of Dolly #EDF47D

Color information

#EDF47D (or 0xEDF47D) is unknown color: approx Dolly. HEX triplet: ED, F4 and 7D. RGB value is (237,244,125). Sum of RGB (Red+Green+Blue) = 237+244+125=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 125 (49.22% from 255 or 20.63% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF47D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF47D is #120B82. Grayscale: #E4E4E4. Windows color (decimal): -1182595 or 8254701. OLE color: 8254701.

HSL color Cylindrical-coordinate representation of color #EDF47D: hue angle of 63.53º degrees, saturation: 0.84, 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 #EDF47D is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB237244125-
CMYK0.0300.490.04
HSL63.53º84.4%72.35%-
HSV(B)63.53º48.77%95.69%-
XYZ70.9884.1931.91-
YUV228.3469.68134.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 244 (95.70% from 255) = 40.26%
BLUE value IS 125 (49.22% from 255) = 20.63%
R=39.11%
G=40.26%
B=20.63%

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
Decimal2372441250.0300.490.0463.5384.472.35
HexEDF47D30314405448
Octal35536417530614100124110
Binary11101101111101001111101110110001100100000010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF47D; }

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

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

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

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

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

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

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

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