#E6D954

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

Shades of Manz #E6D954

Tints of Manz #E6D954

Color information

#E6D954 (or 0xE6D954) is unknown color: approx Manz. HEX triplet: E6, D9 and 54. RGB value is (230,217,84). Sum of RGB (Red+Green+Blue) = 230+217+84=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 217 (85.16% from 255 or 40.87% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D954 is #1926AB. Grayscale: #CECECE. Windows color (decimal): -1648300 or 5560806. OLE color: 5560806.

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

Color convert

RGB23021784-
CMYK00.060.630.10
HSL54.66º74.49%61.57%-
HSV(B)54.66º63.48%90.2%-
XYZ59.0567.0918.22-
YUV205.7259.31145.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.31%
GREEN value IS 217 (85.16% from 255) = 40.87%
BLUE value IS 84 (33.20% from 255) = 15.82%
R=43.31%
G=40.87%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302178400.060.630.1054.6674.4961.57
HexE6D954063FA374a3e
Octal3463311240677126711276
Binary11100110110110011010100011011111110101101111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D954; }

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

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

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

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

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

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

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

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