Html Css Color HEX #E8D002 Gold

📋 copy color: '#E8D002'

red 232 ◦ green 208 ◦ blue 2

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

Shades of Gold #E8D002

Tints of Gold #E8D002

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.06%

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

R = 52.49%
G = 47.06%
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

#E8D002 (or 0xE8D002) is known color: Gold. HEX triplet: E8, D0 and 02. RGB value is (232,208,2). Sum of RGB (Red+Green+Blue) = 232+208+2=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D002 is #172FFD. Grayscale: #C0C0C0. Windows color (decimal): -1519614 or 184552. OLE color: 184552.

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

Color convert

RGB 232 208 2 -
CMYK 0 0.10 0.99 0.09
HSL 53.74º 0.98% 0.46% -
HSV(B) 53.74º 0.99% 0.91% -
XYZ 55.85 62.27 9.13 -
YUV 191.69 20.95 156.75 -
System Red Green Blue C M Y K H S L
Decimal 232 208 2 0 0.10 0.99 0.09 53.74 0.98 0.46
Hex E8 D0 2 0 A 63 9 36 62 2E
Octal 350 320 2 0 12 143 11 66 142 56
Binary 11101000 11010000 10 0 1010 1100011 1001 110110 1100010 101110

Color Harmonies of #E8D002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D002

Black with #E8D002

Text Example


Text Example

White with #E8D002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D002; }

 p { color: rgb(232,208,2); }

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

background-color css

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

 a { background-color: rgb(232,208,2); }

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

border-color css

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

 span { border-color: rgb(232,208,2); }

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