Html Css Color HEX #E3D400 Gold

📋 copy color: '#E3D400'

red 227 ◦ green 212 ◦ blue 0

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

Shades of Gold #E3D400

Tints of Gold #E3D400

RGB

 RED value IS 227 (89.06% from 255) = 51.71%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.71%
G = 48.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E3D400 (or 0xE3D400) is known color: Gold. HEX triplet: E3, D4 and 00. RGB value is (227,212,0). Sum of RGB (Red+Green+Blue) = 227+212+0=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3D400 is #1C2BFF. Grayscale: #C1C1C1. Windows color (decimal): -1846272 or 54499. OLE color: 54499.

HSL color Cylindrical-coordinate representation of color #E3D400: hue angle of 56.04º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3D400 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 212 0 -
CMYK 0 0.07 1 0.11
HSL 56.04º 1% 0.45% -
HSV(B) 56.04º 1% 0.89% -
XYZ 55.22 63.42 9.33 -
YUV 192.32 19.47 152.74 -
System Red Green Blue C M Y K H S L
Decimal 227 212 0 0 0.07 1 0.11 56.04 1 0.45
Hex E3 D4 0 0 7 64 B 38 64 2D
Octal 343 324 0 0 7 144 13 70 144 55
Binary 11100011 11010100 0 0 111 1100100 1011 111000 1100100 101101

Color Harmonies of #E3D400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D400

Black with #E3D400

Text Example


Text Example

White with #E3D400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D400; }

 p { color: rgb(227,212,0); }

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

background-color css

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

 a { background-color: rgb(227,212,0); }

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

border-color css

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

 span { border-color: rgb(227,212,0); }

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