Html Css Color HEX #E8D400 Gold

📋 copy color: '#E8D400'

red 232 ◦ green 212 ◦ blue 0

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

Shades of Gold #E8D400

Tints of Gold #E8D400

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.75%

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

R = 52.25%
G = 47.75%
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

#E8D400 (or 0xE8D400) is known color: Gold. HEX triplet: E8, D4 and 00. RGB value is (232,212,0). Sum of RGB (Red+Green+Blue) = 232+212+0=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D400 is #172BFF. Grayscale: #C2C2C2. Windows color (decimal): -1518592 or 54504. OLE color: 54504.

HSL color Cylindrical-coordinate representation of color #E8D400: hue angle of 54.83º 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 #E8D400 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 212 0 -
CMYK 0 0.09 1 0.09
HSL 54.83º 1% 0.45% -
HSV(B) 54.83º 1% 0.91% -
XYZ 56.82 64.24 9.41 -
YUV 193.81 18.63 155.24 -
System Red Green Blue C M Y K H S L
Decimal 232 212 0 0 0.09 1 0.09 54.83 1 0.45
Hex E8 D4 0 0 9 64 9 37 64 2D
Octal 350 324 0 0 11 144 11 67 144 55
Binary 11101000 11010100 0 0 1001 1100100 1001 110111 1100100 101101

Color Harmonies of #E8D400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D400

Black with #E8D400

Text Example


Text Example

White with #E8D400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D400; }

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

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

background-color css

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

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

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

border-color css

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

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

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