#EBDC63

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

Shades of Manz #EBDC63

Tints of Manz #EBDC63

Color information

#EBDC63 (or 0xEBDC63) is unknown color: approx Manz. HEX triplet: EB, DC and 63. RGB value is (235,220,99). Sum of RGB (Red+Green+Blue) = 235+220+99=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 99 (39.06% from 255 or 17.87% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDC63 is #14239C. Grayscale: #D3D3D3. Windows color (decimal): -1319837 or 6544619. OLE color: 6544619.

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

Color convert

RGB23522099-
CMYK00.060.580.08
HSL53.38º77.27%65.49%-
HSV(B)53.38º57.87%92.16%-
XYZ62.1169.7521.99-
YUV210.6964.97145.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 99 (39.06% from 255) = 17.87%
R=42.42%
G=39.71%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352209900.060.580.0853.3877.2765.49
HexEBDC63063A8354d41
Octal35333414306721065115101
Binary111010111101110011000110110111010100011010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDC63; }

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

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

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

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

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

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

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

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