#EDF67C

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

Shades of Dolly #EDF67C

Tints of Dolly #EDF67C

Color information

#EDF67C (or 0xEDF67C) is unknown color: approx Dolly. HEX triplet: ED, F6 and 7C. RGB value is (237,246,124). Sum of RGB (Red+Green+Blue) = 237+246+124=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 246 (96.48% from 255 or 40.53% from 607); Blue value is 124 (48.83% from 255 or 20.43% from 607); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF67C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF67C is #120983. Grayscale: #E5E5E5. Windows color (decimal): -1182084 or 8189677. OLE color: 8189677.

HSL color Cylindrical-coordinate representation of color #EDF67C: hue angle of 64.43º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF67C is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB237246124-
CMYK0.0400.500.04
HSL64.43º87.14%72.55%-
HSV(B)64.43º49.59%96.47%-
XYZ71.5285.3731.78-
YUV229.468.52133.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 246 (96.48% from 255) = 40.53%
BLUE value IS 124 (48.83% from 255) = 20.43%
R=39.04%
G=40.53%
B=20.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461240.0400.500.0464.4387.1472.55
HexEDF67C40324405749
Octal35536617440624100127111
Binary111011011111011011111001000110010100100000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF67C; }

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

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

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

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

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

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

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

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