#EBD246

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

Shades of Festival #EBD246

Tints of Festival #EBD246

Color information

#EBD246 (or 0xEBD246) is unknown color: approx Festival. HEX triplet: EB, D2 and 46. RGB value is (235,210,70). Sum of RGB (Red+Green+Blue) = 235+210+70=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 70 (27.73% from 255 or 13.59% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD246 is #142DB9. Grayscale: #CACACA. Windows color (decimal): -1322426 or 4641515. OLE color: 4641515.

HSL color Cylindrical-coordinate representation of color #EBD246: hue angle of 50.91º 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 #EBD246 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB23521070-
CMYK00.110.700.08
HSL50.91º80.49%59.8%-
HSV(B)50.91º70.21%92.16%-
XYZ58.4164.215.11-
YUV201.5253.78151.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.63%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 70 (27.73% from 255) = 13.59%
R=45.63%
G=40.78%
B=13.59%

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
Decimal2352107000.110.700.0850.9180.4959.8
HexEBD2460B46833503c
Octal353322106013106106312074
Binary1110101111010010100011001011100011010001100111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD246; }

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

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

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

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

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

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

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

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