#E6D94C

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

Shades of Manz #E6D94C

Tints of Manz #E6D94C

Color information

#E6D94C (or 0xE6D94C) is unknown color: approx Manz. HEX triplet: E6, D9 and 4C. RGB value is (230,217,76). Sum of RGB (Red+Green+Blue) = 230+217+76=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 76 (30.08% from 255 or 14.53% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D94C is #1926B3. Grayscale: #CDCDCD. Windows color (decimal): -1648308 or 5036518. OLE color: 5036518.

HSL color Cylindrical-coordinate representation of color #E6D94C: hue angle of 54.94º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6D94C is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB23021776-
CMYK00.060.670.10
HSL54.94º75.49%60%-
HSV(B)54.94º66.96%90.2%-
XYZ58.7566.9716.67-
YUV204.8155.31145.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.98%
GREEN value IS 217 (85.16% from 255) = 41.49%
BLUE value IS 76 (30.08% from 255) = 14.53%
R=43.98%
G=41.49%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302177600.060.670.1054.9475.4960
HexE6D94C0643A374b3c
Octal34633111406103126711374
Binary111001101101100110011000110100001110101101111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D94C; }

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

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

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

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

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

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

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

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