#EBD440

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

Shades of Festival #EBD440

Tints of Festival #EBD440

Color information

#EBD440 (or 0xEBD440) is unknown color: approx Festival. HEX triplet: EB, D4 and 40. RGB value is (235,212,64). Sum of RGB (Red+Green+Blue) = 235+212+64=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD440 is #142BBF. Grayscale: #CACACA. Windows color (decimal): -1321920 or 4248811. OLE color: 4248811.

HSL color Cylindrical-coordinate representation of color #EBD440: hue angle of 51.93º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBD440 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB23521264-
CMYK00.100.730.08
HSL51.93º81.04%58.63%-
HSV(B)51.93º72.77%92.16%-
XYZ58.7365.1214.32-
YUV20250.12151.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 212 (83.20% from 255) = 41.49%
BLUE value IS 64 (25.39% from 255) = 12.52%
R=45.99%
G=41.49%
B=12.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352126400.100.730.0851.9381.0458.63
HexEBD4400A49834513b
Octal353324100012111106412173
Binary1110101111010100100000001010100100110001101001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD440; }

 p { color: rgb(235,212,64); }

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

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

 a { background-color: rgb(235,212,64); }

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

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

 span { border-color: rgb(235,212,64); }

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