#ECF274

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

Shades of Dolly #ECF274

Tints of Dolly #ECF274

Color information

#ECF274 (or 0xECF274) is unknown color: approx Dolly. HEX triplet: EC, F2 and 74. RGB value is (236,242,116). Sum of RGB (Red+Green+Blue) = 236+242+116=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 116 (45.70% from 255 or 19.53% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF274 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF274 is #130D8B. Grayscale: #E2E2E2. Windows color (decimal): -1248652 or 7664364. OLE color: 7664364.

HSL color Cylindrical-coordinate representation of color #ECF274: hue angle of 62.86º 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 #ECF274 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB236242116-
CMYK0.0200.520.05
HSL62.86º82.89%70.2%-
HSV(B)62.86º52.07%94.9%-
XYZ69.582.628.8-
YUV225.8466.01135.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 242 (94.92% from 255) = 40.74%
BLUE value IS 116 (45.70% from 255) = 19.53%
R=39.73%
G=40.74%
B=19.53%

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
Decimal2362421160.0200.520.0562.8682.8970.2
HexECF274203453f5346
Octal3543621642064577123106
Binary1110110011110010111010010011010010111111110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF274; }

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

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

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

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

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

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

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

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