#EBE45D

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

Shades of Manz #EBE45D

Tints of Manz #EBE45D

Color information

#EBE45D (or 0xEBE45D) is unknown color: approx Manz. HEX triplet: EB, E4 and 5D. RGB value is (235,228,93). Sum of RGB (Red+Green+Blue) = 235+228+93=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 93 (36.72% from 255 or 16.73% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE45D is #141BA2. Grayscale: #D7D7D7. Windows color (decimal): -1317795 or 6153451. OLE color: 6153451.

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

Color convert

RGB23522893-
CMYK00.030.600.08
HSL57.04º78.02%64.31%-
HSV(B)57.04º60.43%92.16%-
XYZ63.9873.9421.26-
YUV214.759.32142.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 228 (89.45% from 255) = 41.01%
BLUE value IS 93 (36.72% from 255) = 16.73%
R=42.27%
G=41.01%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352289300.030.600.0857.0478.0264.31
HexEBE45D033C8394e40
Octal35334413503741071116100
Binary11101011111001001011101011111100100011100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE45D; }

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

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

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

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

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

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

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

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