#E8CA3A

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

Shades of Festival #E8CA3A

Tints of Festival #E8CA3A

Color information

#E8CA3A (or 0xE8CA3A) is unknown color: approx Festival. HEX triplet: E8, CA and 3A. RGB value is (232,202,58). Sum of RGB (Red+Green+Blue) = 232+202+58=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 58 (23.05% from 255 or 11.79% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8CA3A is #1735C5. Grayscale: #C3C3C3. Windows color (decimal): -1521094 or 3853032. OLE color: 3853032.

HSL color Cylindrical-coordinate representation of color #E8CA3A: hue angle of 49.66º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8CA3A is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.09.

Color convert

RGB23220258-
CMYK00.130.750.09
HSL49.66º79.09%56.86%-
HSV(B)49.66º75%90.98%-
XYZ55.1659.712.62-
YUV194.5550.94154.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.15%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 58 (23.05% from 255) = 11.79%
R=47.15%
G=41.06%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322025800.130.750.0949.6679.0956.86
HexE8CA3A0D4B9324f39
Octal35031272015113116211771
Binary111010001100101011101001101100101110011100101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CA3A; }

 p { color: rgb(232,202,58); }

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

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

 a { background-color: rgb(232,202,58); }

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

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

 span { border-color: rgb(232,202,58); }

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