#E7DB7B

Color #E7DB7B Light Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Goldenrod #E7DB7B

Tints of Light Goldenrod #E7DB7B

Color information

#E7DB7B (or 0xE7DB7B) is unknown color: approx Light Goldenrod. HEX triplet: E7, DB and 7B. RGB value is (231,219,123). Sum of RGB (Red+Green+Blue) = 231+219+123=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 123 (48.44% from 255 or 21.47% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DB7B is #182484. Grayscale: #D4D4D4. Windows color (decimal): -1582213 or 8117223. OLE color: 8117223.

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

Color convert

RGB231219123-
CMYK00.050.470.09
HSL53.33º69.23%69.41%-
HSV(B)53.33º46.75%90.59%-
XYZ61.8669.0828.81-
YUV211.6477.98141.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 123 (48.44% from 255) = 21.47%
R=40.31%
G=38.22%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121912300.050.470.0953.3369.2369.41
HexE7DB7B052F9354545
Octal34733317305571165105105
Binary111001111101101111110110101101111100111010110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DB7B; }

 p { color: rgb(231,219,123); }

 H1.HeaderClassName
 {
   color: #E7DB7B;
 }
 .AnyTagClassName
 {
   color: #E7DB7B;
 }
</style>
background-color css

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

 a { background-color: rgb(231,219,123); }

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

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

 span { border-color: rgb(231,219,123); }

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