Html Css Color HEX #E7D006 Gold

📋 copy color: '#E7D006'

red 231 ◦ green 208 ◦ blue 6

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

Shades of Gold #E7D006

Tints of Gold #E7D006

RGB

 RED value IS 231 (90.63% from 255) = 51.91%

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

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

R = 51.91%
G = 46.74%
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

#E7D006 (or 0xE7D006) is known color: Gold. HEX triplet: E7, D0 and 06. RGB value is (231,208,6). Sum of RGB (Red+Green+Blue) = 231+208+6=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 6 (2.73% from 255 or 1.35% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D006 is #182FF9. Grayscale: #C0C0C0. Windows color (decimal): -1585146 or 446695. OLE color: 446695.

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

Color convert

RGB 231 208 6 -
CMYK 0 0.10 0.97 0.09
HSL 53.87º 0.95% 0.46% -
HSV(B) 53.87º 0.97% 0.91% -
XYZ 55.54 62.11 9.23 -
YUV 191.85 23.12 155.93 -
System Red Green Blue C M Y K H S L
Decimal 231 208 6 0 0.10 0.97 0.09 53.87 0.95 0.46
Hex E7 D0 6 0 A 61 9 36 5F 2E
Octal 347 320 6 0 12 141 11 66 137 56
Binary 11100111 11010000 110 0 1010 1100001 1001 110110 1011111 101110

Color Harmonies of #E7D006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D006

Black with #E7D006

Text Example


Text Example

White with #E7D006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D006; }

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

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

background-color css

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

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

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

border-color css

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

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

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