#e7c82f

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

Shades of Golden Dream #E7C82F

Tints of Golden Dream #E7C82F

Color information

#E7C82F (or 0xE7C82F) is unknown color: approx Golden Dream. HEX triplet: E7, C8 and 2F. RGB value is (231,200,47). Sum of RGB (Red+Green+Blue) = 231+200+47=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C82F is #1837D0. Grayscale: #C0C0C0. Windows color (decimal): -1587153 or 3131623. OLE color: 3131623.

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

Color convert

RGB23120047-
CMYK00.130.800.09
HSL49.89º79.31%54.51%-
HSV(B)49.89º79.65%90.59%-
XYZ54.1258.511.13-
YUV191.8346.27155.94-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 48.33%
GREEN value IS 200 (78.52% from 255) = 41.84%
BLUE value IS 47 (18.75% from 255) = 9.83%
R=48.33%
G=41.84%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312004700.130.800.0949.8979.3154.51
HexE7C82F0D509324f37
Octal34731057015120116211767
Binary111001111100100010111101101101000010011100101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7c82f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7c82f; }

 p { color: rgb(231,200,47); }

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

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

 a { background-color: rgb(231,200,47); }

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

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

 span { border-color: rgb(231,200,47); }

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