#E1DD68

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

Shades of Goldenrod #E1DD68

Tints of Goldenrod #E1DD68

Color information

#E1DD68 (or 0xE1DD68) is unknown color: approx Goldenrod. HEX triplet: E1, DD and 68. RGB value is (225,221,104). Sum of RGB (Red+Green+Blue) = 225+221+104=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DD68 is #1E2297. Grayscale: #D1D1D1. Windows color (decimal): -1974936 or 6872545. OLE color: 6872545.

HSL color Cylindrical-coordinate representation of color #E1DD68: hue angle of 58.02º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1DD68 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB225221104-
CMYK00.020.540.12
HSL58.02º66.85%64.51%-
HSV(B)58.02º53.78%88.24%-
XYZ59.4168.7223.23-
YUV208.8668.83139.51-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 104 (41.02% from 255) = 18.91%
R=40.91%
G=40.18%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522110400.020.540.1258.0266.8564.51
HexE1DD680236C3a4341
Octal34133515002661472103101
Binary11100001110111011101000010110110110011101010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD68; }

 p { color: rgb(225,221,104); }

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

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

 a { background-color: rgb(225,221,104); }

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

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

 span { border-color: rgb(225,221,104); }

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