#EBDA46

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

Shades of Festival #EBDA46

Tints of Festival #EBDA46

Color information

#EBDA46 (or 0xEBDA46) is unknown color: approx Festival. HEX triplet: EB, DA and 46. RGB value is (235,218,70). Sum of RGB (Red+Green+Blue) = 235+218+70=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA46 is #1425B9. Grayscale: #CECECE. Windows color (decimal): -1320378 or 4643563. OLE color: 4643563.

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

Color convert

RGB23521870-
CMYK00.070.700.08
HSL53.82º80.49%59.8%-
HSV(B)53.82º70.21%92.16%-
XYZ60.4468.2515.78-
YUV206.2151.13148.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 218 (85.55% from 255) = 41.68%
BLUE value IS 70 (27.73% from 255) = 13.38%
R=44.93%
G=41.68%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352187000.070.700.0853.8280.4959.8
HexEBDA460746836503c
Octal35333210607106106612074
Binary111010111101101010001100111100011010001101101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDA46; }

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

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

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

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

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

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

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

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