#EBE449

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

Shades of Manz #EBE449

Tints of Manz #EBE449

Color information

#EBE449 (or 0xEBE449) is unknown color: approx Manz. HEX triplet: EB, E4 and 49. RGB value is (235,228,73). Sum of RGB (Red+Green+Blue) = 235+228+73=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE449 is #141BB6. Grayscale: #D5D5D5. Windows color (decimal): -1317815 or 4842731. OLE color: 4842731.

HSL color Cylindrical-coordinate representation of color #EBE449: hue angle of 57.41º 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 #EBE449 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23522873-
CMYK00.030.690.08
HSL57.41º80.2%60.39%-
HSV(B)57.41º68.94%92.16%-
XYZ63.2173.6317.18-
YUV212.4249.32144.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.84%
GREEN value IS 228 (89.45% from 255) = 42.54%
BLUE value IS 73 (28.91% from 255) = 13.62%
R=43.84%
G=42.54%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352287300.030.690.0857.4180.260.39
HexEBE4490345839503c
Octal35334411103105107112074
Binary11101011111001001001001011100010110001110011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE449; }

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

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

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

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

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

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

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

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