#EBE45E

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

Shades of Manz #EBE45E

Tints of Manz #EBE45E

Color information

#EBE45E (or 0xEBE45E) is unknown color: approx Manz. HEX triplet: EB, E4 and 5E. RGB value is (235,228,94). Sum of RGB (Red+Green+Blue) = 235+228+94=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 94 (37.11% from 255 or 16.88% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE45E is #141BA1. Grayscale: #D7D7D7. Windows color (decimal): -1317794 or 6218987. OLE color: 6218987.

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

Color convert

RGB23522894-
CMYK00.030.60.08
HSL57.02º77.9%64.51%-
HSV(B)57.02º60%92.16%-
XYZ64.0273.9621.49-
YUV214.8259.82142.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 228 (89.45% from 255) = 40.93%
BLUE value IS 94 (37.11% from 255) = 16.88%
R=42.19%
G=40.93%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.6
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352289400.030.60.0857.0277.964.51
HexEBE45E033C8394e41
Octal35334413603741071116101
Binary11101011111001001011110011111100100011100110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE45E; }

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

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

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

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

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

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

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

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