#EBC62F

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

Shades of Golden Dream #EBC62F

Tints of Golden Dream #EBC62F

Color information

#EBC62F (or 0xEBC62F) is unknown color: approx Golden Dream. HEX triplet: EB, C6 and 2F. RGB value is (235,198,47). Sum of RGB (Red+Green+Blue) = 235+198+47=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC62F is #1439D0. Grayscale: #C0C0C0. Windows color (decimal): -1325521 or 3131115. OLE color: 3131115.

HSL color Cylindrical-coordinate representation of color #EBC62F: hue angle of 48.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBC62F is Cyan = 0, Magento = 0.16, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB23519847-
CMYK00.160.80.08
HSL48.19º82.46%55.29%-
HSV(B)48.19º80%92.16%-
XYZ54.9758.2611.04-
YUV191.8546.26158.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.96%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 47 (18.75% from 255) = 9.79%
R=48.96%
G=41.25%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.8
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351984700.160.80.0848.1982.4655.29
HexEBC62F010508305237
Octal35330657020120106012267
Binary1110101111000110101111010000101000010001100001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC62F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC62F; }

 p { color: rgb(235,198,47); }

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

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

 a { background-color: rgb(235,198,47); }

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

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

 span { border-color: rgb(235,198,47); }

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