#EBD036

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

Shades of Golden Dream #EBD036

Tints of Golden Dream #EBD036

Color information

#EBD036 (or 0xEBD036) is unknown color: approx Golden Dream. HEX triplet: EB, D0 and 36. RGB value is (235,208,54). Sum of RGB (Red+Green+Blue) = 235+208+54=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 54 (21.48% from 255 or 10.87% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD036 is #142FC9. Grayscale: #C7C7C7. Windows color (decimal): -1322954 or 3592427. OLE color: 3592427.

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

Color convert

RGB23520854-
CMYK00.110.770.08
HSL51.05º81.9%56.67%-
HSV(B)51.05º77.02%92.16%-
XYZ57.4863.0412.63-
YUV198.5246.45154.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.28%
GREEN value IS 208 (81.64% from 255) = 41.85%
BLUE value IS 54 (21.48% from 255) = 10.87%
R=47.28%
G=41.85%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352085400.110.770.0851.0581.956.67
HexEBD0360B4D8335239
Octal35332066013115106312271
Binary111010111101000011011001011100110110001100111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD036; }

 p { color: rgb(235,208,54); }

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

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

 a { background-color: rgb(235,208,54); }

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

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

 span { border-color: rgb(235,208,54); }

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