#EBDE5A

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

Shades of Manz #EBDE5A

Tints of Manz #EBDE5A

Color information

#EBDE5A (or 0xEBDE5A) is unknown color: approx Manz. HEX triplet: EB, DE and 5A. RGB value is (235,222,90). Sum of RGB (Red+Green+Blue) = 235+222+90=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDE5A is #1421A5. Grayscale: #D3D3D3. Windows color (decimal): -1319334 or 5955307. OLE color: 5955307.

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

Color convert

RGB23522290-
CMYK00.060.620.08
HSL54.62º78.38%63.73%-
HSV(B)54.62º61.7%92.16%-
XYZ62.2370.6420.03-
YUV210.8459.81145.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 222 (87.11% from 255) = 40.59%
BLUE value IS 90 (35.55% from 255) = 16.45%
R=42.96%
G=40.59%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352229000.060.620.0854.6278.3863.73
HexEBDE5A063E8374e40
Octal35333613206761067116100
Binary111010111101111010110100110111110100011011110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE5A; }

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

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

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

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

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

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

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

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