Html Css Color HEX #E9D302 Gold

📋 copy color: '#E9D302'

red 233 ◦ green 211 ◦ blue 2

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

Shades of Gold #E9D302

Tints of Gold #E9D302

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.31%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 52.24%
G = 47.31%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E9D302 (or 0xE9D302) is known color: Gold. HEX triplet: E9, D3 and 02. RGB value is (233,211,2). Sum of RGB (Red+Green+Blue) = 233+211+2=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E9D302 is #162CFD. Grayscale: #C2C2C2. Windows color (decimal): -1453310 or 185321. OLE color: 185321.

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

Color convert

RGB 233 211 2 -
CMYK 0 0.09 0.99 0.09
HSL 54.29º 0.98% 0.46% -
HSV(B) 54.29º 0.99% 0.91% -
XYZ 56.91 63.92 9.4 -
YUV 193.75 19.79 155.99 -
System Red Green Blue C M Y K H S L
Decimal 233 211 2 0 0.09 0.99 0.09 54.29 0.98 0.46
Hex E9 D3 2 0 9 63 9 36 62 2E
Octal 351 323 2 0 11 143 11 66 142 56
Binary 11101001 11010011 10 0 1001 1100011 1001 110110 1100010 101110

Color Harmonies of #E9D302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D302

Black with #E9D302

Text Example


Text Example

White with #E9D302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D302; }

 p { color: rgb(233,211,2); }

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

background-color css

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

 a { background-color: rgb(233,211,2); }

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

border-color css

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

 span { border-color: rgb(233,211,2); }

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