Html Css Color HEX #E7DC85 Light Goldenrod

📋 copy color: '#E7DC85'

red 231 ◦ green 220 ◦ blue 133

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

Shades of Light Goldenrod #E7DC85

Tints of Light Goldenrod #E7DC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.77%

R = 39.55%
G = 37.67%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E7DC85 (or 0xE7DC85) is known color: Light Goldenrod. HEX triplet: E7, DC and 85. RGB value is (231,220,133). Sum of RGB (Red+Green+Blue) = 231+220+133=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DC85 is #18237A. Grayscale: #D5D5D5. Windows color (decimal): -1581947 or 8772839. OLE color: 8772839.

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

Color convert

RGB 231 220 133 -
CMYK 0 0.05 0.42 0.09
HSL 53.27º 0.67% 0.71% -
HSV(B) 53.27º 0.42% 0.91% -
XYZ 62.78 69.87 32.37 -
YUV 213.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 231 220 133 0 0.05 0.42 0.09 53.27 0.67 0.71
Hex E7 DC 85 0 5 2A 9 35 43 47
Octal 347 334 205 0 5 52 11 65 103 107
Binary 11100111 11011100 10000101 0 101 101010 1001 110101 1000011 1000111

Color Harmonies of #E7DC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DC85

Black with #E7DC85

Text Example


Text Example

White with #E7DC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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