#EBDA54

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

Shades of Manz #EBDA54

Tints of Manz #EBDA54

Color information

#EBDA54 (or 0xEBDA54) is unknown color: approx Manz. HEX triplet: EB, DA and 54. RGB value is (235,218,84). Sum of RGB (Red+Green+Blue) = 235+218+84=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 84 (33.20% from 255 or 15.64% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA54 is #1425AB. Grayscale: #D0D0D0. Windows color (decimal): -1320364 or 5561067. OLE color: 5561067.

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

Color convert

RGB23521884-
CMYK00.070.640.08
HSL53.25º79.06%62.55%-
HSV(B)53.25º64.26%92.16%-
XYZ60.9368.4518.39-
YUV207.8158.13147.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 218 (85.55% from 255) = 40.60%
BLUE value IS 84 (33.20% from 255) = 15.64%
R=43.76%
G=40.60%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352188400.070.640.0853.2579.0662.55
HexEBDA5407408354f3f
Octal35333212407100106511777
Binary111010111101101010101000111100000010001101011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDA54; }

 p { color: rgb(235,218,84); }

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

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

 a { background-color: rgb(235,218,84); }

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

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

 span { border-color: rgb(235,218,84); }

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