#EAC748

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

Shades of Festival #EAC748

Tints of Festival #EAC748

Color information

#EAC748 (or 0xEAC748) is unknown color: approx Festival. HEX triplet: EA, C7 and 48. RGB value is (234,199,72). Sum of RGB (Red+Green+Blue) = 234+199+72=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC748 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC748 is #1538B7. Grayscale: #C3C3C3. Windows color (decimal): -1390776 or 4769770. OLE color: 4769770.

HSL color Cylindrical-coordinate representation of color #EAC748: hue angle of 47.04º degrees, saturation: 0.79, 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 #EAC748 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23419972-
CMYK00.150.690.08
HSL47.04º79.41%60%-
HSV(B)47.04º69.23%91.76%-
XYZ55.5258.8114.56-
YUV194.9958.6155.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 199 (78.12% from 255) = 39.41%
BLUE value IS 72 (28.52% from 255) = 14.26%
R=46.34%
G=39.41%
B=14.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341997200.150.690.0847.0479.4160
HexEAC7480F4582f4f3c
Octal352307110017105105711774
Binary1110101011000111100100001111100010110001011111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC748; }

 p { color: rgb(234,199,72); }

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

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

 a { background-color: rgb(234,199,72); }

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

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

 span { border-color: rgb(234,199,72); }

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