Html Css Color HEX #E7D102 Gold

📋 copy color: '#E7D102'

red 231 ◦ green 209 ◦ blue 2

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

Shades of Gold #E7D102

Tints of Gold #E7D102

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.29%

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

R = 52.26%
G = 47.29%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E7D102 (or 0xE7D102) is known color: Gold. HEX triplet: E7, D1 and 02. RGB value is (231,209,2). Sum of RGB (Red+Green+Blue) = 231+209+2=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D102 is #182EFD. Grayscale: #C0C0C0. Windows color (decimal): -1584894 or 184807. OLE color: 184807.

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

Color convert

RGB 231 209 2 -
CMYK 0 0.10 0.99 0.09
HSL 54.24º 0.98% 0.46% -
HSV(B) 54.24º 0.99% 0.91% -
XYZ 55.77 62.59 9.2 -
YUV 191.98 20.79 155.83 -
System Red Green Blue C M Y K H S L
Decimal 231 209 2 0 0.10 0.99 0.09 54.24 0.98 0.46
Hex E7 D1 2 0 A 63 9 36 62 2E
Octal 347 321 2 0 12 143 11 66 142 56
Binary 11100111 11010001 10 0 1010 1100011 1001 110110 1100010 101110

Color Harmonies of #E7D102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D102

Black with #E7D102

Text Example


Text Example

White with #E7D102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D102; }

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

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

background-color css

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

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

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

border-color css

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

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

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