#ECFA72

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

Shades of Dolly #ECFA72

Tints of Dolly #ECFA72

Color information

#ECFA72 (or 0xECFA72) is unknown color: approx Dolly. HEX triplet: EC, FA and 72. RGB value is (236,250,114). Sum of RGB (Red+Green+Blue) = 236+250+114=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 114 (44.92% from 255 or 19% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFA72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFA72 is #13058D. Grayscale: #E6E6E6. Windows color (decimal): -1246606 or 7535340. OLE color: 7535340.

HSL color Cylindrical-coordinate representation of color #ECFA72: hue angle of 66.18º degrees, saturation: 0.93, 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 #ECFA72 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB236250114-
CMYK0.0600.540.02
HSL66.18º93.15%71.37%-
HSV(B)66.18º54.4%98.04%-
XYZ71.8187.4229.01-
YUV230.3162.36132.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 250 (98.05% from 255) = 41.67%
BLUE value IS 114 (44.92% from 255) = 19%
R=39.33%
G=41.67%
B=19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362501140.0600.540.0266.1893.1571.37
HexECFA7260362425d47
Octal35437216260662102135107
Binary11101100111110101110010110011011010100001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFA72; }

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

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

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

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

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

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

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

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