Html Css Color HEX #E9D201 Gold

📋 copy color: '#E9D201'

red 233 ◦ green 210 ◦ blue 1

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

Shades of Gold #E9D201

Tints of Gold #E9D201

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.3%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 52.48%
G = 47.3%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E9D201 (or 0xE9D201) is known color: Gold. HEX triplet: E9, D2 and 01. RGB value is (233,210,1). Sum of RGB (Red+Green+Blue) = 233+210+1=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 210 (82.42% from 255 or 47.30% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D201 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D201 is #162DFE. Grayscale: #C1C1C1. Windows color (decimal): -1453567 or 119529. OLE color: 119529.

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

Color convert

RGB 233 210 1 -
CMYK 0 0.10 1.00 0.09
HSL 54.05º 0.99% 0.46% -
HSV(B) 54.05º 1% 0.91% -
XYZ 56.66 63.42 9.28 -
YUV 193.05 19.62 156.49 -
System Red Green Blue C M Y K H S L
Decimal 233 210 1 0 0.10 1.00 0.09 54.05 0.99 0.46
Hex E9 D2 1 0 A 64 9 36 63 2E
Octal 351 322 1 0 12 144 11 66 143 56
Binary 11101001 11010010 1 0 1010 1100100 1001 110110 1100011 101110

Color Harmonies of #E9D201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D201

Black with #E9D201

Text Example


Text Example

White with #E9D201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D201; }

 p { color: rgb(233,210,1); }

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

background-color css

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

 a { background-color: rgb(233,210,1); }

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

border-color css

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

 span { border-color: rgb(233,210,1); }

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