#E7C734

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

Shades of Golden Dream #E7C734

Tints of Golden Dream #E7C734

Color information

#E7C734 (or 0xE7C734) is unknown color: approx Golden Dream. HEX triplet: E7, C7 and 34. RGB value is (231,199,52). Sum of RGB (Red+Green+Blue) = 231+199+52=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C734 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C734 is #1838CB. Grayscale: #C0C0C0. Windows color (decimal): -1587404 or 3459047. OLE color: 3459047.

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

Color convert

RGB23119952-
CMYK00.140.770.09
HSL49.27º78.85%55.49%-
HSV(B)49.27º77.49%90.59%-
XYZ5458.0811.61-
YUV191.8149.1155.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.93%
GREEN value IS 199 (78.12% from 255) = 41.29%
BLUE value IS 52 (20.70% from 255) = 10.79%
R=47.93%
G=41.29%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311995200.140.770.0949.2778.8555.49
HexE7C7340E4D9314f37
Octal34730764016115116111767
Binary111001111100011111010001110100110110011100011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C734; }

 p { color: rgb(231,199,52); }

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

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

 a { background-color: rgb(231,199,52); }

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

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

 span { border-color: rgb(231,199,52); }

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