Html Css Color HEX #E9D504 Gold

📋 copy color: '#E9D504'

red 233 ◦ green 213 ◦ blue 4

#E9D504
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold #E9D504

Tints of Gold #E9D504

RGB

 RED value IS 233 (91.41% from 255) = 51.78%

 GREEN value IS 213 (83.59% from 255) = 47.33%

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 51.78%
G = 47.33%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E9D504 (or 0xE9D504) is known color: Gold. HEX triplet: E9, D5 and 04. RGB value is (233,213,4). Sum of RGB (Red+Green+Blue) = 233+213+4=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D504 is #162AFB. Grayscale: #C4C4C4. Windows color (decimal): -1452796 or 316905. OLE color: 316905.

HSL color Cylindrical-coordinate representation of color #E9D504: hue angle of 54.76º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9D504 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 213 4 -
CMYK 0 0.09 0.98 0.09
HSL 54.76º 0.97% 0.46% -
HSV(B) 54.76º 0.98% 0.91% -
XYZ 57.42 64.92 9.62 -
YUV 195.15 20.13 154.99 -
System Red Green Blue C M Y K H S L
Decimal 233 213 4 0 0.09 0.98 0.09 54.76 0.97 0.46
Hex E9 D5 4 0 9 62 9 37 61 2E
Octal 351 325 4 0 11 142 11 67 141 56
Binary 11101001 11010101 100 0 1001 1100010 1001 110111 1100001 101110

Color Harmonies of #E9D504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D504

Black with #E9D504

Text Example


Text Example

White with #E9D504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D504; }

 p { color: rgb(233,213,4); }

 H1.HeaderClassName
 {
   color: #E9D504;
 }
 .AnyTagClassName
 {
   color: #E9D504;
 }
</style>

background-color css

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

 a { background-color: rgb(233,213,4); }

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

border-color css

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

 span { border-color: rgb(233,213,4); }

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