Html Css Color HEX #E8D203 Gold

📋 copy color: '#E8D203'

red 232 ◦ green 210 ◦ blue 3

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

Shades of Gold #E8D203

Tints of Gold #E8D203

RGB

 RED value IS 232 (91.02% from 255) = 52.13%

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 52.13%
G = 47.19%
B = 0.67%

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

#E8D203 (or 0xE8D203) is known color: Gold. HEX triplet: E8, D2 and 03. RGB value is (232,210,3). Sum of RGB (Red+Green+Blue) = 232+210+3=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D203 is #172DFC. Grayscale: #C1C1C1. Windows color (decimal): -1519101 or 250600. OLE color: 250600.

HSL color Cylindrical-coordinate representation of color #E8D203: hue angle of 54.24º degrees, saturation: 0.97, 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 #E8D203 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 210 3 -
CMYK 0 0.09 0.99 0.09
HSL 54.24º 0.97% 0.46% -
HSV(B) 54.24º 0.99% 0.91% -
XYZ 56.34 63.26 9.33 -
YUV 192.98 20.79 155.83 -
System Red Green Blue C M Y K H S L
Decimal 232 210 3 0 0.09 0.99 0.09 54.24 0.97 0.46
Hex E8 D2 3 0 9 63 9 36 61 2E
Octal 350 322 3 0 11 143 11 66 141 56
Binary 11101000 11010010 11 0 1001 1100011 1001 110110 1100001 101110

Color Harmonies of #E8D203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D203

Black with #E8D203

Text Example


Text Example

White with #E8D203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D203; }

 p { color: rgb(232,210,3); }

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

background-color css

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

 a { background-color: rgb(232,210,3); }

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

border-color css

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

 span { border-color: rgb(232,210,3); }

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