#E0D402

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

Shades of Gold #E0D402

Tints of Gold #E0D402

Color information

#E0D402 (or 0xE0D402) is unknown color: approx Gold. HEX triplet: E0, D4 and 02. RGB value is (224,212,2). Sum of RGB (Red+Green+Blue) = 224+212+2=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0D402 is #1F2BFD. Grayscale: #C0C0C0. Windows color (decimal): -2042878 or 185568. OLE color: 185568.

HSL color Cylindrical-coordinate representation of color #E0D402: hue angle of 56.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0D402 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB2242122-
CMYK00.050.990.12
HSL56.76º98.23%44.31%-
HSV(B)56.76º99.11%87.84%-
XYZ54.2962.949.34-
YUV191.6520.98151.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.14%
GREEN value IS 212 (83.20% from 255) = 48.40%
BLUE value IS 2 (1.17% from 255) = 0.46%
R=51.14%
G=48.40%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224212200.050.990.1256.7698.2344.31
HexE0D420563C39622c
Octal340324205143147114254
Binary1110000011010100100101110001111001110011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D402; }

 p { color: rgb(224,212,2); }

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

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

 a { background-color: rgb(224,212,2); }

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

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

 span { border-color: rgb(224,212,2); }

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