Html Css Color HEX #E7D202 Gold

📋 copy color: '#E7D202'

red 231 ◦ green 210 ◦ blue 2

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

Shades of Gold #E7D202

Tints of Gold #E7D202

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.4%

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

R = 52.14%
G = 47.4%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E7D202 (or 0xE7D202) is known color: Gold. HEX triplet: E7, D2 and 02. RGB value is (231,210,2). Sum of RGB (Red+Green+Blue) = 231+210+2=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7D202 is #182DFD. Grayscale: #C1C1C1. Windows color (decimal): -1584638 or 185063. OLE color: 185063.

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

Color convert

RGB 231 210 2 -
CMYK 0 0.09 0.99 0.09
HSL 54.5º 0.98% 0.46% -
HSV(B) 54.5º 0.99% 0.91% -
XYZ 56.01 63.09 9.28 -
YUV 192.57 20.46 155.41 -
System Red Green Blue C M Y K H S L
Decimal 231 210 2 0 0.09 0.99 0.09 54.5 0.98 0.46
Hex E7 D2 2 0 9 63 9 36 62 2E
Octal 347 322 2 0 11 143 11 66 142 56
Binary 11100111 11010010 10 0 1001 1100011 1001 110110 1100010 101110

Color Harmonies of #E7D202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D202

Black with #E7D202

Text Example


Text Example

White with #E7D202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D202; }

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

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

background-color css

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

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

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

border-color css

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

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

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