Html Css Color HEX #E3DC73 Goldenrod

📋 copy color: '#E3DC73'

red 227 ◦ green 220 ◦ blue 115

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

Shades of Goldenrod #E3DC73

Tints of Goldenrod #E3DC73

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.15%

 BLUE value IS 115 (45.31% from 255) = 20.46%

R = 40.39%
G = 39.15%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E3DC73 (or 0xE3DC73) is known color: Goldenrod. HEX triplet: E3, DC and 73. RGB value is (227,220,115). Sum of RGB (Red+Green+Blue) = 227+220+115=562 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.39% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DC73 is #1C238C. Grayscale: #D2D2D2. Windows color (decimal): -1844109 or 7593187. OLE color: 7593187.

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

Color convert

RGB 227 220 115 -
CMYK 0 0.03 0.49 0.11
HSL 56.25º 0.67% 0.67% -
HSV(B) 56.25º 0.49% 0.89% -
XYZ 60.37 68.76 26.31 -
YUV 210.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 227 220 115 0 0.03 0.49 0.11 56.25 0.67 0.67
Hex E3 DC 73 0 3 31 B 38 43 43
Octal 343 334 163 0 3 61 13 70 103 103
Binary 11100011 11011100 1110011 0 11 110001 1011 111000 1000011 1000011

Color Harmonies of #E3DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DC73

Black with #E3DC73

Text Example


Text Example

White with #E3DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DC73; }

 p { color: rgb(227,220,115); }

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

background-color css

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

 a { background-color: rgb(227,220,115); }

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

border-color css

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

 span { border-color: rgb(227,220,115); }

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