Html Css Color HEX #E7D502 Gold

📋 copy color: '#E7D502'

red 231 ◦ green 213 ◦ blue 2

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

Shades of Gold #E7D502

Tints of Gold #E7D502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.76%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 51.79%
G = 47.76%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E7D502 (or 0xE7D502) is known color: Gold. HEX triplet: E7, D5 and 02. RGB value is (231,213,2). Sum of RGB (Red+Green+Blue) = 231+213+2=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D502 is #182AFD. Grayscale: #C3C3C3. Windows color (decimal): -1583870 or 185831. OLE color: 185831.

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

Color convert

RGB 231 213 2 -
CMYK 0 0.08 0.99 0.09
HSL 55.28º 0.98% 0.46% -
HSV(B) 55.28º 0.99% 0.91% -
XYZ 56.76 64.58 9.53 -
YUV 194.33 19.46 154.16 -
System Red Green Blue C M Y K H S L
Decimal 231 213 2 0 0.08 0.99 0.09 55.28 0.98 0.46
Hex E7 D5 2 0 8 63 9 37 62 2E
Octal 347 325 2 0 10 143 11 67 142 56
Binary 11100111 11010101 10 0 1000 1100011 1001 110111 1100010 101110

Color Harmonies of #E7D502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D502

Black with #E7D502

Text Example


Text Example

White with #E7D502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D502; }

 p { color: rgb(231,213,2); }

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

background-color css

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

 a { background-color: rgb(231,213,2); }

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

border-color css

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

 span { border-color: rgb(231,213,2); }

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