Html Css Color HEX #E8D005 Gold

📋 copy color: '#E8D005'

red 232 ◦ green 208 ◦ blue 5

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

Shades of Gold #E8D005

Tints of Gold #E8D005

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.74%

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 52.13%
G = 46.74%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E8D005 (or 0xE8D005) is known color: Gold. HEX triplet: E8, D0 and 05. RGB value is (232,208,5). Sum of RGB (Red+Green+Blue) = 232+208+5=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D005 is #172FFA. Grayscale: #C0C0C0. Windows color (decimal): -1519611 or 381160. OLE color: 381160.

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

Color convert

RGB 232 208 5 -
CMYK 0 0.10 0.98 0.09
HSL 53.66º 0.96% 0.46% -
HSV(B) 53.66º 0.98% 0.91% -
XYZ 55.86 62.28 9.22 -
YUV 192.03 22.45 156.51 -
System Red Green Blue C M Y K H S L
Decimal 232 208 5 0 0.10 0.98 0.09 53.66 0.96 0.46
Hex E8 D0 5 0 A 62 9 36 60 2E
Octal 350 320 5 0 12 142 11 66 140 56
Binary 11101000 11010000 101 0 1010 1100010 1001 110110 1100000 101110

Color Harmonies of #E8D005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D005

Black with #E8D005

Text Example


Text Example

White with #E8D005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D005; }

 p { color: rgb(232,208,5); }

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

background-color css

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

 a { background-color: rgb(232,208,5); }

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

border-color css

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

 span { border-color: rgb(232,208,5); }

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