#EBDB4F

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

Shades of Manz #EBDB4F

Tints of Manz #EBDB4F

Color information

#EBDB4F (or 0xEBDB4F) is unknown color: approx Manz. HEX triplet: EB, DB and 4F. RGB value is (235,219,79). Sum of RGB (Red+Green+Blue) = 235+219+79=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 79 (31.25% from 255 or 14.82% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB4F is #1424B0. Grayscale: #D0D0D0. Windows color (decimal): -1320113 or 5233643. OLE color: 5233643.

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

Color convert

RGB23521979-
CMYK00.070.660.08
HSL53.85º79.59%61.57%-
HSV(B)53.85º66.38%92.16%-
XYZ6168.8917.48-
YUV207.8255.3147.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.09%
GREEN value IS 219 (85.94% from 255) = 41.09%
BLUE value IS 79 (31.25% from 255) = 14.82%
R=44.09%
G=41.09%
B=14.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352197900.070.660.0853.8579.5961.57
HexEBDB4F0742836503e
Octal35333311707102106612076
Binary111010111101101110011110111100001010001101101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDB4F; }

 p { color: rgb(235,219,79); }

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

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

 a { background-color: rgb(235,219,79); }

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

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

 span { border-color: rgb(235,219,79); }

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