#ECF972

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

Shades of Dolly #ECF972

Tints of Dolly #ECF972

Color information

#ECF972 (or 0xECF972) is unknown color: approx Dolly. HEX triplet: EC, F9 and 72. RGB value is (236,249,114). Sum of RGB (Red+Green+Blue) = 236+249+114=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 114 (44.92% from 255 or 19.03% from 599); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF972 is #13068D. Grayscale: #E6E6E6. Windows color (decimal): -1246862 or 7535084. OLE color: 7535084.

HSL color Cylindrical-coordinate representation of color #ECF972: hue angle of 65.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECF972 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB236249114-
CMYK0.0500.540.02
HSL65.78º91.84%71.18%-
HSV(B)65.78º54.22%97.65%-
XYZ71.5186.828.9-
YUV229.7262.69132.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 249 (97.66% from 255) = 41.57%
BLUE value IS 114 (44.92% from 255) = 19.03%
R=39.40%
G=41.57%
B=19.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362491140.0500.540.0265.7891.8471.18
HexECF97250362425c47
Octal35437116250662102134107
Binary11101100111110011110010101011011010100001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF972; }

 p { color: rgb(236,249,114); }

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

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

 a { background-color: rgb(236,249,114); }

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

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

 span { border-color: rgb(236,249,114); }

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