#ECDE4D

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

Shades of Manz #ECDE4D

Tints of Manz #ECDE4D

Color information

#ECDE4D (or 0xECDE4D) is unknown color: approx Manz. HEX triplet: EC, DE and 4D. RGB value is (236,222,77). Sum of RGB (Red+Green+Blue) = 236+222+77=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE4D is #1321B2. Grayscale: #D2D2D2. Windows color (decimal): -1253811 or 5103340. OLE color: 5103340.

HSL color Cylindrical-coordinate representation of color #ECDE4D: hue angle of 54.72º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECDE4D is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB23622277-
CMYK00.060.670.07
HSL54.72º80.71%61.37%-
HSV(B)54.72º67.37%92.55%-
XYZ62.0570.6117.38-
YUV209.6653.14146.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.11%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 77 (30.47% from 255) = 14.39%
R=44.11%
G=41.50%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362227700.060.670.0754.7280.7161.37
HexECDE4D0643737513d
Octal3543361150610376712175
Binary11101100110111101001101011010000111111101111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE4D; }

 p { color: rgb(236,222,77); }

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

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

 a { background-color: rgb(236,222,77); }

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

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

 span { border-color: rgb(236,222,77); }

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