#E7D130

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

Shades of Golden Dream #E7D130

Tints of Golden Dream #E7D130

Color information

#E7D130 (or 0xE7D130) is unknown color: approx Golden Dream. HEX triplet: E7, D1 and 30. RGB value is (231,209,48). Sum of RGB (Red+Green+Blue) = 231+209+48=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D130 is #182ECF. Grayscale: #C5C5C5. Windows color (decimal): -1584848 or 3199463. OLE color: 3199463.

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

Color convert

RGB23120948-
CMYK00.100.790.09
HSL52.79º79.22%54.71%-
HSV(B)52.79º79.22%90.59%-
XYZ56.2962.811.95-
YUV197.2243.79152.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.34%
GREEN value IS 209 (82.03% from 255) = 42.83%
BLUE value IS 48 (19.14% from 255) = 9.84%
R=47.34%
G=42.83%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312094800.100.790.0952.7979.2254.71
HexE7D1300A4F9354f37
Octal34732160012117116511767
Binary111001111101000111000001010100111110011101011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D130; }

 p { color: rgb(231,209,48); }

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

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

 a { background-color: rgb(231,209,48); }

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

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

 span { border-color: rgb(231,209,48); }

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