#EBE45A

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

Shades of Manz #EBE45A

Tints of Manz #EBE45A

Color information

#EBE45A (or 0xEBE45A) is unknown color: approx Manz. HEX triplet: EB, E4 and 5A. RGB value is (235,228,90). Sum of RGB (Red+Green+Blue) = 235+228+90=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE45A is #141BA5. Grayscale: #D6D6D6. Windows color (decimal): -1317798 or 5956843. OLE color: 5956843.

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

Color convert

RGB23522890-
CMYK00.030.620.08
HSL57.1º78.38%63.73%-
HSV(B)57.1º61.7%92.16%-
XYZ63.8573.8920.57-
YUV214.3657.82142.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 228 (89.45% from 255) = 41.23%
BLUE value IS 90 (35.55% from 255) = 16.27%
R=42.50%
G=41.23%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352289000.030.620.0857.178.3863.73
HexEBE45A033E8394e40
Octal35334413203761071116100
Binary11101011111001001011010011111110100011100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE45A; }

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

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

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

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

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

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

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

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