Html Css Color HEX #E8D006 Gold

📋 copy color: '#E8D006'

red 232 ◦ green 208 ◦ blue 6

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

Shades of Gold #E8D006

Tints of Gold #E8D006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.35%

R = 52.02%
G = 46.64%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E8D006 (or 0xE8D006) is known color: Gold. HEX triplet: E8, D0 and 06. RGB value is (232,208,6). Sum of RGB (Red+Green+Blue) = 232+208+6=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 6 (2.73% from 255 or 1.35% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D006 is #172FF9. Grayscale: #C0C0C0. Windows color (decimal): -1519610 or 446696. OLE color: 446696.

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

Color convert

RGB 232 208 6 -
CMYK 0 0.10 0.97 0.09
HSL 53.63º 0.95% 0.47% -
HSV(B) 53.63º 0.97% 0.91% -
XYZ 55.87 62.28 9.25 -
YUV 192.15 22.95 156.43 -
System Red Green Blue C M Y K H S L
Decimal 232 208 6 0 0.10 0.97 0.09 53.63 0.95 0.47
Hex E8 D0 6 0 A 61 9 36 5F 2F
Octal 350 320 6 0 12 141 11 66 137 57
Binary 11101000 11010000 110 0 1010 1100001 1001 110110 1011111 101111

Color Harmonies of #E8D006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D006

Black with #E8D006

Text Example


Text Example

White with #E8D006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D006; }

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

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

background-color css

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

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

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

border-color css

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

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

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