#EBDE64

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

Shades of Manz #EBDE64

Tints of Manz #EBDE64

Color information

#EBDE64 (or 0xEBDE64) is unknown color: approx Manz. HEX triplet: EB, DE and 64. RGB value is (235,222,100). Sum of RGB (Red+Green+Blue) = 235+222+100=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDE64 is #14219B. Grayscale: #D4D4D4. Windows color (decimal): -1319324 or 6610667. OLE color: 6610667.

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

Color convert

RGB235222100-
CMYK00.060.570.08
HSL54.22º77.14%65.69%-
HSV(B)54.22º57.45%92.16%-
XYZ62.6870.8222.42-
YUV211.9864.81144.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 100 (39.45% from 255) = 17.95%
R=42.19%
G=39.86%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522210000.060.570.0854.2277.1465.69
HexEBDE6406398364d42
Octal35333614406711066115102
Binary111010111101111011001000110111001100011011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE64; }

 p { color: rgb(235,222,100); }

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

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

 a { background-color: rgb(235,222,100); }

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

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

 span { border-color: rgb(235,222,100); }

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