Html Css Color HEX #E9D505 Gold

📋 copy color: '#E9D505'

red 233 ◦ green 213 ◦ blue 5

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

Shades of Gold #E9D505

Tints of Gold #E9D505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 51.66%
G = 47.23%
B = 1.11%

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

#E9D505 (or 0xE9D505) is known color: Gold. HEX triplet: E9, D5 and 05. RGB value is (233,213,5). Sum of RGB (Red+Green+Blue) = 233+213+5=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 5 (2.34% from 255 or 1.11% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D505 is #162AFA. Grayscale: #C4C4C4. Windows color (decimal): -1452795 or 382441. OLE color: 382441.

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

Color convert

RGB 233 213 5 -
CMYK 0 0.09 0.98 0.09
HSL 54.74º 0.96% 0.47% -
HSV(B) 54.74º 0.98% 0.91% -
XYZ 57.43 64.92 9.65 -
YUV 195.27 20.63 154.91 -
System Red Green Blue C M Y K H S L
Decimal 233 213 5 0 0.09 0.98 0.09 54.74 0.96 0.47
Hex E9 D5 5 0 9 62 9 37 60 2F
Octal 351 325 5 0 11 142 11 67 140 57
Binary 11101001 11010101 101 0 1001 1100010 1001 110111 1100000 101111

Color Harmonies of #E9D505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D505

Black with #E9D505

Text Example


Text Example

White with #E9D505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D505; }

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

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

background-color css

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

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

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

border-color css

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

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

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