#E7C732

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

Shades of Golden Dream #E7C732

Tints of Golden Dream #E7C732

Color information

#E7C732 (or 0xE7C732) is unknown color: approx Golden Dream. HEX triplet: E7, C7 and 32. RGB value is (231,199,50). Sum of RGB (Red+Green+Blue) = 231+199+50=480 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.12% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C732 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C732 is #1838CD. Grayscale: #C0C0C0. Windows color (decimal): -1587406 or 3327975. OLE color: 3327975.

HSL color Cylindrical-coordinate representation of color #E7C732: hue angle of 49.39º degrees, saturation: 0.79, 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 #E7C732 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB23119950-
CMYK00.140.780.09
HSL49.39º79.04%55.1%-
HSV(B)49.39º78.35%90.59%-
XYZ53.9558.0711.38-
YUV191.5848.1156.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.12%
GREEN value IS 199 (78.12% from 255) = 41.46%
BLUE value IS 50 (19.92% from 255) = 10.42%
R=48.12%
G=41.46%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311995000.140.780.0949.3979.0455.1
HexE7C7320E4E9314f37
Octal34730762016116116111767
Binary111001111100011111001001110100111010011100011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C732; }

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

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

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

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

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

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

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

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