#EED400

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

Shades of Gold #EED400

Tints of Gold #EED400

Color information

#EED400 (or 0xEED400) is unknown color: approx Gold. HEX triplet: EE, D4 and 00. RGB value is (238,212,0). Sum of RGB (Red+Green+Blue) = 238+212+0=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EED400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED400 is #112BFF. Grayscale: #C4C4C4. Windows color (decimal): -1125376 or 54510. OLE color: 54510.

HSL color Cylindrical-coordinate representation of color #EED400: hue angle of 53.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EED400 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB2382120-
CMYK00.1110.07
HSL53.45º100%46.67%-
HSV(B)53.45º100%93.33%-
XYZ58.865.269.5-
YUV195.6117.61158.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.89%
GREEN value IS 212 (83.20% from 255) = 47.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.89%
G=47.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238212000.1110.0753.4510046.67
HexEED400B64735642f
Octal356324001314476514457
Binary111011101101010000101111001001111101011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED400; }

 p { color: rgb(238,212,0); }

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

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

 a { background-color: rgb(238,212,0); }

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

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

 span { border-color: rgb(238,212,0); }

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