Html Css Color HEX #E7D306 Gold

📋 copy color: '#E7D306'

red 231 ◦ green 211 ◦ blue 6

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

Shades of Gold #E7D306

Tints of Gold #E7D306

RGB

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

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

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

R = 51.56%
G = 47.1%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E7D306 (or 0xE7D306) is known color: Gold. HEX triplet: E7, D3 and 06. RGB value is (231,211,6). Sum of RGB (Red+Green+Blue) = 231+211+6=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 6 (2.73% from 255 or 1.34% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D306 is #182CF9. Grayscale: #C2C2C2. Windows color (decimal): -1584378 or 447463. OLE color: 447463.

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

Color convert

RGB 231 211 6 -
CMYK 0 0.09 0.97 0.09
HSL 54.67º 0.95% 0.46% -
HSV(B) 54.67º 0.97% 0.91% -
XYZ 56.28 63.59 9.48 -
YUV 193.61 22.13 154.67 -
System Red Green Blue C M Y K H S L
Decimal 231 211 6 0 0.09 0.97 0.09 54.67 0.95 0.46
Hex E7 D3 6 0 9 61 9 37 5F 2E
Octal 347 323 6 0 11 141 11 67 137 56
Binary 11100111 11010011 110 0 1001 1100001 1001 110111 1011111 101110

Color Harmonies of #E7D306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D306

Black with #E7D306

Text Example


Text Example

White with #E7D306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D306; }

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

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

background-color css

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

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

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

border-color css

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

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

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