#ECF874

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

Shades of Dolly #ECF874

Tints of Dolly #ECF874

Color information

#ECF874 (or 0xECF874) is unknown color: approx Dolly. HEX triplet: EC, F8 and 74. RGB value is (236,248,116). Sum of RGB (Red+Green+Blue) = 236+248+116=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 116 (45.70% from 255 or 19.33% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF874 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF874 is #13078B. Grayscale: #E5E5E5. Windows color (decimal): -1247116 or 7665900. OLE color: 7665900.

HSL color Cylindrical-coordinate representation of color #ECF874: hue angle of 65.45º degrees, saturation: 0.9, 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 #ECF874 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB236248116-
CMYK0.0500.530.03
HSL65.45º90.41%71.37%-
HSV(B)65.45º53.23%97.25%-
XYZ71.3186.2329.41-
YUV229.3664.02132.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 248 (97.27% from 255) = 41.33%
BLUE value IS 116 (45.70% from 255) = 19.33%
R=39.33%
G=41.33%
B=19.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362481160.0500.530.0365.4590.4171.37
HexECF87450353415a47
Octal35437016450653101132107
Binary11101100111110001110100101011010111100000110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF874; }

 p { color: rgb(236,248,116); }

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

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

 a { background-color: rgb(236,248,116); }

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

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

 span { border-color: rgb(236,248,116); }

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