#EBE349

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

Shades of Manz #EBE349

Tints of Manz #EBE349

Color information

#EBE349 (or 0xEBE349) is unknown color: approx Manz. HEX triplet: EB, E3 and 49. RGB value is (235,227,73). Sum of RGB (Red+Green+Blue) = 235+227+73=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 73 (28.91% from 255 or 13.64% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE349 is #141CB6. Grayscale: #D4D4D4. Windows color (decimal): -1318071 or 4842475. OLE color: 4842475.

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

Color convert

RGB23522773-
CMYK00.030.690.08
HSL57.04º80.2%60.39%-
HSV(B)57.04º68.94%92.16%-
XYZ62.9373.0817.09-
YUV211.8449.65144.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.93%
GREEN value IS 227 (89.06% from 255) = 42.43%
BLUE value IS 73 (28.91% from 255) = 13.64%
R=43.93%
G=42.43%
B=13.64%

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
Decimal2352277300.030.690.0857.0480.260.39
HexEBE3490345839503c
Octal35334311103105107112074
Binary11101011111000111001001011100010110001110011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE349; }

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

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

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

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

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

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

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

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