#E1DB68

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

Shades of Goldenrod #E1DB68

Tints of Goldenrod #E1DB68

Color information

#E1DB68 (or 0xE1DB68) is unknown color: approx Goldenrod. HEX triplet: E1, DB and 68. RGB value is (225,219,104). Sum of RGB (Red+Green+Blue) = 225+219+104=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB68 is #1E2497. Grayscale: #D0D0D0. Windows color (decimal): -1975448 or 6872033. OLE color: 6872033.

HSL color Cylindrical-coordinate representation of color #E1DB68: hue angle of 57.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 #E1DB68 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB225219104-
CMYK00.030.540.12
HSL57.02º66.85%64.51%-
HSV(B)57.02º53.78%88.24%-
XYZ58.8867.6723.05-
YUV207.6869.49140.35-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 104 (41.02% from 255) = 18.98%
R=41.06%
G=39.96%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521910400.030.540.1257.0266.8564.51
HexE1DB680336C394341
Octal34133315003661471103101
Binary11100001110110111101000011110110110011100110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DB68; }

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

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

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

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

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

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

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

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