#E8D133

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

Shades of Golden Dream #E8D133

Tints of Golden Dream #E8D133

Color information

#E8D133 (or 0xE8D133) is unknown color: approx Golden Dream. HEX triplet: E8, D1 and 33. RGB value is (232,209,51). Sum of RGB (Red+Green+Blue) = 232+209+51=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D133 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D133 is #172ECC. Grayscale: #C6C6C6. Windows color (decimal): -1519309 or 3396072. OLE color: 3396072.

HSL color Cylindrical-coordinate representation of color #E8D133: hue angle of 52.38º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8D133 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB23220951-
CMYK00.100.780.09
HSL52.38º79.74%55.49%-
HSV(B)52.38º78.02%90.98%-
XYZ56.686312.3-
YUV197.8645.12152.35-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.15%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 51 (20.31% from 255) = 10.37%
R=47.15%
G=42.48%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322095100.100.780.0952.3879.7455.49
HexE8D1330A4E9345037
Octal35032163012116116412067
Binary111010001101000111001101010100111010011101001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D133; }

 p { color: rgb(232,209,51); }

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

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

 a { background-color: rgb(232,209,51); }

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

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

 span { border-color: rgb(232,209,51); }

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