Html Css Color HEX #E8D305 Gold

📋 copy color: '#E8D305'

red 232 ◦ green 211 ◦ blue 5

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

Shades of Gold #E8D305

Tints of Gold #E8D305

RGB

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

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

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

R = 51.79%
G = 47.1%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E8D305 (or 0xE8D305) is known color: Gold. HEX triplet: E8, D3 and 05. RGB value is (232,211,5). Sum of RGB (Red+Green+Blue) = 232+211+5=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D305 is #172CFA. Grayscale: #C2C2C2. Windows color (decimal): -1518843 or 381928. OLE color: 381928.

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

Color convert

RGB 232 211 5 -
CMYK 0 0.09 0.98 0.09
HSL 54.45º 0.96% 0.46% -
HSV(B) 54.45º 0.98% 0.91% -
XYZ 56.6 63.76 9.47 -
YUV 193.8 21.46 155.25 -
System Red Green Blue C M Y K H S L
Decimal 232 211 5 0 0.09 0.98 0.09 54.45 0.96 0.46
Hex E8 D3 5 0 9 62 9 36 60 2E
Octal 350 323 5 0 11 142 11 66 140 56
Binary 11101000 11010011 101 0 1001 1100010 1001 110110 1100000 101110

Color Harmonies of #E8D305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D305

Black with #E8D305

Text Example


Text Example

White with #E8D305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D305; }

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

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

background-color css

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

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

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

border-color css

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

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

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