#E6D554

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

Shades of Manz #E6D554

Tints of Manz #E6D554

Color information

#E6D554 (or 0xE6D554) is unknown color: approx Manz. HEX triplet: E6, D5 and 54. RGB value is (230,213,84). Sum of RGB (Red+Green+Blue) = 230+213+84=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 84 (33.20% from 255 or 15.94% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D554 is #192AAB. Grayscale: #CBCBCB. Windows color (decimal): -1649324 or 5559782. OLE color: 5559782.

HSL color Cylindrical-coordinate representation of color #E6D554: hue angle of 53.01º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6D554 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB23021384-
CMYK00.070.630.10
HSL53.01º74.49%61.57%-
HSV(B)53.01º63.48%90.2%-
XYZ58.0365.0517.89-
YUV203.3860.63146.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.64%
GREEN value IS 213 (83.59% from 255) = 40.42%
BLUE value IS 84 (33.20% from 255) = 15.94%
R=43.64%
G=40.42%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302138400.070.630.1053.0174.4961.57
HexE6D554073FA354a3e
Octal3463251240777126511276
Binary11100110110101011010100011111111110101101011001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D554; }

 p { color: rgb(230,213,84); }

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

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

 a { background-color: rgb(230,213,84); }

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

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

 span { border-color: rgb(230,213,84); }

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