#EDF674

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

Shades of Dolly #EDF674

Tints of Dolly #EDF674

Color information

#EDF674 (or 0xEDF674) is unknown color: approx Dolly. HEX triplet: ED, F6 and 74. RGB value is (237,246,116). Sum of RGB (Red+Green+Blue) = 237+246+116=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 246 (96.48% from 255 or 41.07% from 599); Blue value is 116 (45.70% from 255 or 19.37% from 599); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF674 is #12098B. Grayscale: #E4E4E4. Windows color (decimal): -1182092 or 7665389. OLE color: 7665389.

HSL color Cylindrical-coordinate representation of color #EDF674: hue angle of 64.15º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDF674 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB237246116-
CMYK0.0400.530.04
HSL64.15º87.84%70.98%-
HSV(B)64.15º52.85%96.47%-
XYZ71.0385.1829.22-
YUV228.4964.52134.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 246 (96.48% from 255) = 41.07%
BLUE value IS 116 (45.70% from 255) = 19.37%
R=39.57%
G=41.07%
B=19.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461160.0400.530.0464.1587.8470.98
HexEDF67440354405847
Octal35536616440654100130107
Binary111011011111011011101001000110101100100000010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF674; }

 p { color: rgb(237,246,116); }

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

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

 a { background-color: rgb(237,246,116); }

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

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

 span { border-color: rgb(237,246,116); }

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