#EBD046

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

Shades of Festival #EBD046

Tints of Festival #EBD046

Color information

#EBD046 (or 0xEBD046) is unknown color: approx Festival. HEX triplet: EB, D0 and 46. RGB value is (235,208,70). Sum of RGB (Red+Green+Blue) = 235+208+70=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD046 is #142FB9. Grayscale: #C8C8C8. Windows color (decimal): -1322938 or 4641003. OLE color: 4641003.

HSL color Cylindrical-coordinate representation of color #EBD046: hue angle of 50.18º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBD046 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB23520870-
CMYK00.110.700.08
HSL50.18º80.49%59.8%-
HSV(B)50.18º70.21%92.16%-
XYZ57.9263.2214.94-
YUV200.3454.45152.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.81%
GREEN value IS 208 (81.64% from 255) = 40.55%
BLUE value IS 70 (27.73% from 255) = 13.65%
R=45.81%
G=40.55%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352087000.110.700.0850.1880.4959.8
HexEBD0460B46832503c
Octal353320106013106106212074
Binary1110101111010000100011001011100011010001100101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD046; }

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

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

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

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

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

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

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

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