Html Css Color HEX #E7DD82 Light Goldenrod

📋 copy color: '#E7DD82'

red 231 ◦ green 221 ◦ blue 130

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

Shades of Light Goldenrod #E7DD82

Tints of Light Goldenrod #E7DD82

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.97%

 BLUE value IS 130 (51.17% from 255) = 22.34%

R = 39.69%
G = 37.97%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E7DD82 (or 0xE7DD82) is known color: Light Goldenrod. HEX triplet: E7, DD and 82. RGB value is (231,221,130). Sum of RGB (Red+Green+Blue) = 231+221+130=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DD82 is #18227D. Grayscale: #D5D5D5. Windows color (decimal): -1581694 or 8576487. OLE color: 8576487.

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

Color convert

RGB 231 221 130 -
CMYK 0 0.04 0.44 0.09
HSL 54.06º 0.68% 0.71% -
HSV(B) 54.06º 0.44% 0.91% -
XYZ 62.84 70.31 31.38 -
YUV 213.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 231 221 130 0 0.04 0.44 0.09 54.06 0.68 0.71
Hex E7 DD 82 0 4 2C 9 36 44 47
Octal 347 335 202 0 4 54 11 66 104 107
Binary 11100111 11011101 10000010 0 100 101100 1001 110110 1000100 1000111

Color Harmonies of #E7DD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DD82

Black with #E7DD82

Text Example


Text Example

White with #E7DD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DD82; }

 p { color: rgb(231,221,130); }

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

background-color css

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

 a { background-color: rgb(231,221,130); }

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

border-color css

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

 span { border-color: rgb(231,221,130); }

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