Html Css Color HEX #E7D401 Gold

📋 copy color: '#E7D401'

red 231 ◦ green 212 ◦ blue 1

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

Shades of Gold #E7D401

Tints of Gold #E7D401

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.75%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 52.03%
G = 47.75%
B = 0.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E7D401 (or 0xE7D401) is known color: Gold. HEX triplet: E7, D4 and 01. RGB value is (231,212,1). Sum of RGB (Red+Green+Blue) = 231+212+1=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D401 is #182BFE. Grayscale: #C2C2C2. Windows color (decimal): -1584127 or 120039. OLE color: 120039.

HSL color Cylindrical-coordinate representation of color #E7D401: hue angle of 55.04º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7D401 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 212 1 -
CMYK 0 0.08 1.00 0.09
HSL 55.04º 0.99% 0.45% -
HSV(B) 55.04º 1% 0.91% -
XYZ 56.5 64.08 9.42 -
YUV 193.63 19.29 154.66 -
System Red Green Blue C M Y K H S L
Decimal 231 212 1 0 0.08 1.00 0.09 55.04 0.99 0.45
Hex E7 D4 1 0 8 64 9 37 63 2D
Octal 347 324 1 0 10 144 11 67 143 55
Binary 11100111 11010100 1 0 1000 1100100 1001 110111 1100011 101101

Color Harmonies of #E7D401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D401

Black with #E7D401

Text Example


Text Example

White with #E7D401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D401; }

 p { color: rgb(231,212,1); }

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

background-color css

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

 a { background-color: rgb(231,212,1); }

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

border-color css

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

 span { border-color: rgb(231,212,1); }

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