#EDF678

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

Shades of Dolly #EDF678

Tints of Dolly #EDF678

Color information

#EDF678 (or 0xEDF678) is unknown color: approx Dolly. HEX triplet: ED, F6 and 78. RGB value is (237,246,120). Sum of RGB (Red+Green+Blue) = 237+246+120=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 120 (47.27% from 255 or 19.90% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF678 is #120987. Grayscale: #E5E5E5. Windows color (decimal): -1182088 or 7927533. OLE color: 7927533.

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

Color convert

RGB237246120-
CMYK0.0400.510.04
HSL64.29º87.5%71.76%-
HSV(B)64.29º51.22%96.47%-
XYZ71.2785.2730.47-
YUV228.9466.52133.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 246 (96.48% from 255) = 40.80%
BLUE value IS 120 (47.27% from 255) = 19.90%
R=39.30%
G=40.80%
B=19.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461200.0400.510.0464.2987.571.76
HexEDF67840334405848
Octal35536617040634100130110
Binary111011011111011011110001000110011100100000010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF678; }

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

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

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

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

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

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

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

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