#EBD846

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

Shades of Festival #EBD846

Tints of Festival #EBD846

Color information

#EBD846 (or 0xEBD846) is unknown color: approx Festival. HEX triplet: EB, D8 and 46. RGB value is (235,216,70). Sum of RGB (Red+Green+Blue) = 235+216+70=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 70 (27.73% from 255 or 13.44% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD846 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD846 is #1427B9. Grayscale: #CDCDCD. Windows color (decimal): -1320890 or 4643051. OLE color: 4643051.

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

Color convert

RGB23521670-
CMYK00.080.700.08
HSL53.09º80.49%59.8%-
HSV(B)53.09º70.21%92.16%-
XYZ59.9267.2215.61-
YUV205.0451.79149.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.11%
GREEN value IS 216 (84.77% from 255) = 41.46%
BLUE value IS 70 (27.73% from 255) = 13.44%
R=45.11%
G=41.46%
B=13.44%

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
Decimal2352167000.080.700.0853.0980.4959.8
HexEBD8460846835503c
Octal353330106010106106512074
Binary1110101111011000100011001000100011010001101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD846; }

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

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

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

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

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

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

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

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