#EED309

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

Shades of Gold #EED309

Tints of Gold #EED309

Color information

#EED309 (or 0xEED309) is unknown color: approx Gold. HEX triplet: EE, D3 and 09. RGB value is (238,211,9). Sum of RGB (Red+Green+Blue) = 238+211+9=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 9 (3.91% from 255 or 1.97% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EED309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EED309 is #112CF6. Grayscale: #C4C4C4. Windows color (decimal): -1125623 or 644078. OLE color: 644078.

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

Color convert

RGB2382119-
CMYK00.110.960.07
HSL52.93º92.71%48.43%-
HSV(B)52.93º96.22%93.33%-
XYZ58.664.799.67-
YUV196.0422.45157.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.97%
GREEN value IS 211 (82.81% from 255) = 46.07%
BLUE value IS 9 (3.91% from 255) = 1.97%
R=51.97%
G=46.07%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238211900.110.960.0752.9392.7148.43
HexEED390B607355d30
Octal3563231101314076513560
Binary111011101101001110010101111000001111101011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED309; }

 p { color: rgb(238,211,9); }

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

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

 a { background-color: rgb(238,211,9); }

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

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

 span { border-color: rgb(238,211,9); }

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