#EBDC49

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

Shades of Manz #EBDC49

Tints of Manz #EBDC49

Color information

#EBDC49 (or 0xEBDC49) is unknown color: approx Manz. HEX triplet: EB, DC and 49. RGB value is (235,220,73). Sum of RGB (Red+Green+Blue) = 235+220+73=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC49 is #1423B6. Grayscale: #D0D0D0. Windows color (decimal): -1319863 or 4840683. OLE color: 4840683.

HSL color Cylindrical-coordinate representation of color #EBDC49: hue angle of 54.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBDC49 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23522073-
CMYK00.060.690.08
HSL54.44º80.2%60.39%-
HSV(B)54.44º68.94%92.16%-
XYZ61.0669.3316.47-
YUV207.7351.97147.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.51%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 73 (28.91% from 255) = 13.83%
R=44.51%
G=41.67%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352207300.060.690.0854.4480.260.39
HexEBDC490645836503c
Octal35333411106105106612074
Binary111010111101110010010010110100010110001101101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDC49; }

 p { color: rgb(235,220,73); }

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

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

 a { background-color: rgb(235,220,73); }

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

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

 span { border-color: rgb(235,220,73); }

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