Html Css Color HEX #E8D300 Gold

📋 copy color: '#E8D300'

red 232 ◦ green 211 ◦ blue 0

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

Shades of Gold #E8D300

Tints of Gold #E8D300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.37%
G = 47.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E8D300 (or 0xE8D300) is known color: Gold. HEX triplet: E8, D3 and 00. RGB value is (232,211,0). Sum of RGB (Red+Green+Blue) = 232+211+0=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D300 is #172CFF. Grayscale: #C2C2C2. Windows color (decimal): -1518848 or 54248. OLE color: 54248.

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

Color convert

RGB 232 211 0 -
CMYK 0 0.09 1 0.09
HSL 54.57º 1% 0.45% -
HSV(B) 54.57º 1% 0.91% -
XYZ 56.57 63.74 9.32 -
YUV 193.23 18.96 155.66 -
System Red Green Blue C M Y K H S L
Decimal 232 211 0 0 0.09 1 0.09 54.57 1 0.45
Hex E8 D3 0 0 9 64 9 37 64 2D
Octal 350 323 0 0 11 144 11 67 144 55
Binary 11101000 11010011 0 0 1001 1100100 1001 110111 1100100 101101

Color Harmonies of #E8D300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D300

Black with #E8D300

Text Example


Text Example

White with #E8D300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D300; }

 p { color: rgb(232,211,0); }

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

background-color css

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

 a { background-color: rgb(232,211,0); }

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

border-color css

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

 span { border-color: rgb(232,211,0); }

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