#ECED75

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

Shades of Dolly #ECED75

Tints of Dolly #ECED75

Color information

#ECED75 (or 0xECED75) is unknown color: approx Dolly. HEX triplet: EC, ED and 75. RGB value is (236,237,117). Sum of RGB (Red+Green+Blue) = 236+237+117=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 117 (46.09% from 255 or 19.83% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED75 is #13128A. Grayscale: #DFDFDF. Windows color (decimal): -1249931 or 7728620. OLE color: 7728620.

HSL color Cylindrical-coordinate representation of color #ECED75: hue angle of 60.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ECED75 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB236237117-
CMYK0.0000.510.07
HSL60.5º76.92%69.41%-
HSV(B)60.5º50.63%92.94%-
XYZ68.0979.6928.62-
YUV223.0268.17137.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 117 (46.09% from 255) = 19.83%
R=40%
G=40.17%
B=19.83%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362371170.0000.510.0760.576.9269.41
HexECED75003373c4d45
Octal3543551650063774115105
Binary111011001110110111101010011001111111110010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECED75; }

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

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

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

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

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

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

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

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