#EBD946

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

Shades of Festival #EBD946

Tints of Festival #EBD946

Color information

#EBD946 (or 0xEBD946) is unknown color: approx Festival. HEX triplet: EB, D9 and 46. RGB value is (235,217,70). Sum of RGB (Red+Green+Blue) = 235+217+70=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD946 is #1426B9. Grayscale: #CECECE. Windows color (decimal): -1320634 or 4643307. OLE color: 4643307.

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

Color convert

RGB23521770-
CMYK00.080.700.08
HSL53.45º80.49%59.8%-
HSV(B)53.45º70.21%92.16%-
XYZ60.1867.7315.7-
YUV205.6251.46148.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.02%
GREEN value IS 217 (85.16% from 255) = 41.57%
BLUE value IS 70 (27.73% from 255) = 13.41%
R=45.02%
G=41.57%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352177000.080.700.0853.4580.4959.8
HexEBD9460846835503c
Octal353331106010106106512074
Binary1110101111011001100011001000100011010001101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD946; }

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

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

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

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

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

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

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

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