#ECDE4B

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

Shades of Manz #ECDE4B

Tints of Manz #ECDE4B

Color information

#ECDE4B (or 0xECDE4B) is unknown color: approx Manz. HEX triplet: EC, DE and 4B. RGB value is (236,222,75). Sum of RGB (Red+Green+Blue) = 236+222+75=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 75 (29.69% from 255 or 14.07% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE4B is #1321B4. Grayscale: #D2D2D2. Windows color (decimal): -1253813 or 4972268. OLE color: 4972268.

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

Color convert

RGB23622275-
CMYK00.060.680.07
HSL54.78º80.9%60.98%-
HSV(B)54.78º68.22%92.55%-
XYZ61.9870.5817.01-
YUV209.4352.14146.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 75 (29.69% from 255) = 14.07%
R=44.28%
G=41.65%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362227500.060.680.0754.7880.960.98
HexECDE4B0644737513d
Octal3543361130610476712175
Binary11101100110111101001011011010001001111101111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE4B; }

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

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

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

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

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

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

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

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