#EBE15D

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

Shades of Manz #EBE15D

Tints of Manz #EBE15D

Color information

#EBE15D (or 0xEBE15D) is unknown color: approx Manz. HEX triplet: EB, E1 and 5D. RGB value is (235,225,93). Sum of RGB (Red+Green+Blue) = 235+225+93=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE15D is #141EA2. Grayscale: #D5D5D5. Windows color (decimal): -1318563 or 6152683. OLE color: 6152683.

HSL color Cylindrical-coordinate representation of color #EBE15D: hue angle of 55.77º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBE15D is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB23522593-
CMYK00.040.600.08
HSL55.77º78.02%64.31%-
HSV(B)55.77º60.43%92.16%-
XYZ63.1672.320.98-
YUV212.9460.31143.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 225 (88.28% from 255) = 40.69%
BLUE value IS 93 (36.72% from 255) = 16.82%
R=42.50%
G=40.69%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352259300.040.600.0855.7778.0264.31
HexEBE15D043C8384e40
Octal35334113504741070116100
Binary111010111110000110111010100111100100011100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE15D; }

 p { color: rgb(235,225,93); }

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

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

 a { background-color: rgb(235,225,93); }

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

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

 span { border-color: rgb(235,225,93); }

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