#E6D401

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

Shades of Gold #E6D401

Tints of Gold #E6D401

Color information

#E6D401 (or 0xE6D401) is unknown color: approx Gold. HEX triplet: E6, D4 and 01. RGB value is (230,212,1). Sum of RGB (Red+Green+Blue) = 230+212+1=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6D401 is #192BFE. Grayscale: #C2C2C2. Windows color (decimal): -1649663 or 120038. OLE color: 120038.

HSL color Cylindrical-coordinate representation of color #E6D401: hue angle of 55.28º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6D401 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB2302121-
CMYK00.081.000.10
HSL55.28º99.13%45.29%-
HSV(B)55.28º99.57%90.2%-
XYZ56.1863.919.4-
YUV193.3319.46154.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 51.92%
GREEN value IS 212 (83.20% from 255) = 47.86%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=51.92%
G=47.86%
B=0.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230212100.081.000.1055.2899.1345.29
HexE6D410864A37632d
Octal3463241010144126714355
Binary1110011011010100101000110010010101101111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D401; }

 p { color: rgb(230,212,1); }

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

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

 a { background-color: rgb(230,212,1); }

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

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

 span { border-color: rgb(230,212,1); }

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