#EACC4A

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

Shades of Festival #EACC4A

Tints of Festival #EACC4A

Color information

#EACC4A (or 0xEACC4A) is unknown color: approx Festival. HEX triplet: EA, CC and 4A. RGB value is (234,204,74). Sum of RGB (Red+Green+Blue) = 234+204+74=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 74 (29.30% from 255 or 14.45% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC4A is #1533B5. Grayscale: #C6C6C6. Windows color (decimal): -1389494 or 4902122. OLE color: 4902122.

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

Color convert

RGB23420474-
CMYK00.130.680.08
HSL48.75º79.21%60.39%-
HSV(B)48.75º68.38%91.76%-
XYZ56.7661.1715.29-
YUV198.1557.94153.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 74 (29.30% from 255) = 14.45%
R=45.70%
G=39.84%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342047400.130.680.0848.7579.2160.39
HexEACC4A0D448314f3c
Octal352314112015104106111774
Binary1110101011001100100101001101100010010001100011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACC4A; }

 p { color: rgb(234,204,74); }

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

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

 a { background-color: rgb(234,204,74); }

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

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

 span { border-color: rgb(234,204,74); }

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