#EBC448

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

Shades of Festival #EBC448

Tints of Festival #EBC448

Color information

#EBC448 (or 0xEBC448) is unknown color: approx Festival. HEX triplet: EB, C4 and 48. RGB value is (235,196,72). Sum of RGB (Red+Green+Blue) = 235+196+72=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC448 is #143BB7. Grayscale: #C2C2C2. Windows color (decimal): -1326008 or 4769003. OLE color: 4769003.

HSL color Cylindrical-coordinate representation of color #EBC448: hue angle of 45.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBC448 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23519672-
CMYK00.170.690.08
HSL45.64º80.3%60.2%-
HSV(B)45.64º69.36%92.16%-
XYZ55.1757.6114.34-
YUV193.5259.42157.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.72%
GREEN value IS 196 (76.95% from 255) = 38.97%
BLUE value IS 72 (28.52% from 255) = 14.31%
R=46.72%
G=38.97%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351967200.170.690.0845.6480.360.2
HexEBC4480114582e503c
Octal353304110021105105612074
Binary11101011110001001001000010001100010110001011101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC448; }

 p { color: rgb(235,196,72); }

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

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

 a { background-color: rgb(235,196,72); }

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

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

 span { border-color: rgb(235,196,72); }

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