Html Css Color HEX #E7DC80 Light Goldenrod

📋 copy color: '#E7DC80'

red 231 ◦ green 220 ◦ blue 128

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

Shades of Light Goldenrod #E7DC80

Tints of Light Goldenrod #E7DC80

RGB

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

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

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

R = 39.9%
G = 38%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7DC80 (or 0xE7DC80) is known color: Light Goldenrod. HEX triplet: E7, DC and 80. RGB value is (231,220,128). Sum of RGB (Red+Green+Blue) = 231+220+128=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC80 is #18237F. Grayscale: #D5D5D5. Windows color (decimal): -1581952 or 8445159. OLE color: 8445159.

HSL color Cylindrical-coordinate representation of color #E7DC80: hue angle of 53.59º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E7DC80 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 220 128 -
CMYK 0 0.05 0.45 0.09
HSL 53.59º 0.68% 0.7% -
HSV(B) 53.59º 0.45% 0.91% -
XYZ 62.44 69.73 30.59 -
YUV 212.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 231 220 128 0 0.05 0.45 0.09 53.59 0.68 0.7
Hex E7 DC 80 0 5 2D 9 36 44 46
Octal 347 334 200 0 5 55 11 66 104 106
Binary 11100111 11011100 10000000 0 101 101101 1001 110110 1000100 1000110

Color Harmonies of #E7DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DC80

Black with #E7DC80

Text Example


Text Example

White with #E7DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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