#E6C940

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

Shades of Festival #E6C940

Tints of Festival #E6C940

Color information

#E6C940 (or 0xE6C940) is unknown color: approx Festival. HEX triplet: E6, C9 and 40. RGB value is (230,201,64). Sum of RGB (Red+Green+Blue) = 230+201+64=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C940 is #1936BF. Grayscale: #C2C2C2. Windows color (decimal): -1652416 or 4245990. OLE color: 4245990.

HSL color Cylindrical-coordinate representation of color #E6C940: hue angle of 49.52º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E6C940 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB23020164-
CMYK00.130.720.10
HSL49.52º76.85%57.65%-
HSV(B)49.52º72.17%90.2%-
XYZ54.4558.9713.36-
YUV194.0554.61153.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.46%
GREEN value IS 201 (78.91% from 255) = 40.61%
BLUE value IS 64 (25.39% from 255) = 12.93%
R=46.46%
G=40.61%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302016400.130.720.1049.5276.8557.65
HexE6C9400D48A324d3a
Octal346311100015110126211572
Binary1110011011001001100000001101100100010101100101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C940; }

 p { color: rgb(230,201,64); }

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

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

 a { background-color: rgb(230,201,64); }

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

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

 span { border-color: rgb(230,201,64); }

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