#EAC63F

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

Shades of Festival #EAC63F

Tints of Festival #EAC63F

Color information

#EAC63F (or 0xEAC63F) is unknown color: approx Festival. HEX triplet: EA, C6 and 3F. RGB value is (234,198,63). Sum of RGB (Red+Green+Blue) = 234+198+63=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC63F is #1539C0. Grayscale: #C1C1C1. Windows color (decimal): -1391041 or 4179690. OLE color: 4179690.

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

Color convert

RGB23419863-
CMYK00.150.730.08
HSL47.37º80.28%58.24%-
HSV(B)47.37º73.08%91.76%-
XYZ55.0258.2413.04-
YUV193.3754.43156.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 198 (77.73% from 255) = 40%
BLUE value IS 63 (25% from 255) = 12.73%
R=47.27%
G=40%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341986300.150.730.0847.3780.2858.24
HexEAC63F0F4982f503a
Octal35230677017111105712072
Binary111010101100011011111101111100100110001011111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC63F; }

 p { color: rgb(234,198,63); }

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

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

 a { background-color: rgb(234,198,63); }

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

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

 span { border-color: rgb(234,198,63); }

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