#EBDC54

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

Shades of Manz #EBDC54

Tints of Manz #EBDC54

Color information

#EBDC54 (or 0xEBDC54) is unknown color: approx Manz. HEX triplet: EB, DC and 54. RGB value is (235,220,84). Sum of RGB (Red+Green+Blue) = 235+220+84=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 84 (33.20% from 255 or 15.58% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC54 is #1423AB. Grayscale: #D1D1D1. Windows color (decimal): -1319852 or 5561579. OLE color: 5561579.

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

Color convert

RGB23522084-
CMYK00.060.640.08
HSL54.04º79.06%62.55%-
HSV(B)54.04º64.26%92.16%-
XYZ61.4569.4918.56-
YUV208.9857.47146.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 84 (33.20% from 255) = 15.58%
R=43.60%
G=40.82%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352208400.060.640.0854.0479.0662.55
HexEBDC5406408364f3f
Octal35333412406100106611777
Binary111010111101110010101000110100000010001101101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDC54; }

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

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

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

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

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

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

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

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