Html Css Color HEX #E3DC80 Light Goldenrod

📋 copy color: '#E3DC80'

red 227 ◦ green 220 ◦ blue 128

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

Shades of Light Goldenrod #E3DC80

Tints of Light Goldenrod #E3DC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.26%

R = 39.48%
G = 38.26%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E3DC80 (or 0xE3DC80) is known color: Light Goldenrod. HEX triplet: E3, DC and 80. RGB value is (227,220,128). Sum of RGB (Red+Green+Blue) = 227+220+128=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DC80 is #1C237F. Grayscale: #D3D3D3. Windows color (decimal): -1844096 or 8445155. OLE color: 8445155.

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

Color convert

RGB 227 220 128 -
CMYK 0 0.03 0.44 0.11
HSL 55.76º 0.64% 0.7% -
HSV(B) 55.76º 0.44% 0.89% -
XYZ 61.17 69.08 30.53 -
YUV 211.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 227 220 128 0 0.03 0.44 0.11 55.76 0.64 0.7
Hex E3 DC 80 0 3 2C B 38 40 46
Octal 343 334 200 0 3 54 13 70 100 106
Binary 11100011 11011100 10000000 0 11 101100 1011 111000 1000000 1000110

Color Harmonies of #E3DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DC80

Black with #E3DC80

Text Example


Text Example

White with #E3DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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