#EDF774

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

Shades of Dolly #EDF774

Tints of Dolly #EDF774

Color information

#EDF774 (or 0xEDF774) is unknown color: approx Dolly. HEX triplet: ED, F7 and 74. RGB value is (237,247,116). Sum of RGB (Red+Green+Blue) = 237+247+116=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 116 (45.70% from 255 or 19.33% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF774 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF774 is #12088B. Grayscale: #E5E5E5. Windows color (decimal): -1181836 or 7665645. OLE color: 7665645.

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

Color convert

RGB237247116-
CMYK0.0400.530.03
HSL64.58º89.12%71.18%-
HSV(B)64.58º53.04%96.86%-
XYZ71.3485.7929.32-
YUV229.0864.19133.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 247 (96.88% from 255) = 41.17%
BLUE value IS 116 (45.70% from 255) = 19.33%
R=39.5%
G=41.17%
B=19.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372471160.0400.530.0364.5889.1271.18
HexEDF77440353415947
Octal35536716440653101131107
Binary11101101111101111110100100011010111100000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF774; }

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

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

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

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

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

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

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

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