#EBDD5B

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

Shades of Manz #EBDD5B

Tints of Manz #EBDD5B

Color information

#EBDD5B (or 0xEBDD5B) is unknown color: approx Manz. HEX triplet: EB, DD and 5B. RGB value is (235,221,91). Sum of RGB (Red+Green+Blue) = 235+221+91=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDD5B is #1422A4. Grayscale: #D2D2D2. Windows color (decimal): -1319589 or 6020587. OLE color: 6020587.

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

Color convert

RGB23522191-
CMYK00.060.610.08
HSL54.17º78.26%63.92%-
HSV(B)54.17º61.28%92.16%-
XYZ62.0170.1320.17-
YUV210.3760.64145.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 91 (35.94% from 255) = 16.64%
R=42.96%
G=40.40%
B=16.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352219100.060.610.0854.1778.2663.92
HexEBDD5B063D8364e40
Octal35333513306751066116100
Binary111010111101110110110110110111101100011011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDD5B; }

 p { color: rgb(235,221,91); }

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

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

 a { background-color: rgb(235,221,91); }

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

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

 span { border-color: rgb(235,221,91); }

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