#ECF275

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

Shades of Dolly #ECF275

Tints of Dolly #ECF275

Color information

#ECF275 (or 0xECF275) is unknown color: approx Dolly. HEX triplet: EC, F2 and 75. RGB value is (236,242,117). Sum of RGB (Red+Green+Blue) = 236+242+117=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 117 (46.09% from 255 or 19.66% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF275 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF275 is #130D8A. Grayscale: #E2E2E2. Windows color (decimal): -1248651 or 7729900. OLE color: 7729900.

HSL color Cylindrical-coordinate representation of color #ECF275: hue angle of 62.88º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECF275 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB236242117-
CMYK0.0200.520.05
HSL62.88º82.78%70.39%-
HSV(B)62.88º51.65%94.9%-
XYZ69.5682.6229.11-
YUV225.9666.51135.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 117 (46.09% from 255) = 19.66%
R=39.66%
G=40.67%
B=19.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362421170.0200.520.0562.8882.7870.39
HexECF275203453f5346
Octal3543621652064577123106
Binary1110110011110010111010110011010010111111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF275; }

 p { color: rgb(236,242,117); }

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

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

 a { background-color: rgb(236,242,117); }

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

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

 span { border-color: rgb(236,242,117); }

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