Html Css Color HEX #E7D308 Gold

📋 copy color: '#E7D308'

red 231 ◦ green 211 ◦ blue 8

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

Shades of Gold #E7D308

Tints of Gold #E7D308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.78%

R = 51.33%
G = 46.89%
B = 1.78%

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

#E7D308 (or 0xE7D308) is known color: Gold. HEX triplet: E7, D3 and 08. RGB value is (231,211,8). Sum of RGB (Red+Green+Blue) = 231+211+8=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D308 is #182CF7. Grayscale: #C2C2C2. Windows color (decimal): -1584376 or 578535. OLE color: 578535.

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

Color convert

RGB 231 211 8 -
CMYK 0 0.09 0.97 0.09
HSL 54.62º 0.93% 0.47% -
HSV(B) 54.62º 0.97% 0.91% -
XYZ 56.29 63.59 9.54 -
YUV 193.84 23.13 154.51 -
System Red Green Blue C M Y K H S L
Decimal 231 211 8 0 0.09 0.97 0.09 54.62 0.93 0.47
Hex E7 D3 8 0 9 61 9 37 5D 2F
Octal 347 323 10 0 11 141 11 67 135 57
Binary 11100111 11010011 1000 0 1001 1100001 1001 110111 1011101 101111

Color Harmonies of #E7D308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D308

Black with #E7D308

Text Example


Text Example

White with #E7D308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D308; }

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

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

background-color css

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

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

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

border-color css

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

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

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