#E6C640

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

Shades of Festival #E6C640

Tints of Festival #E6C640

Color information

#E6C640 (or 0xE6C640) is unknown color: approx Festival. HEX triplet: E6, C6 and 40. RGB value is (230,198,64). Sum of RGB (Red+Green+Blue) = 230+198+64=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C640 is #1939BF. Grayscale: #C0C0C0. Windows color (decimal): -1653184 or 4245222. OLE color: 4245222.

HSL color Cylindrical-coordinate representation of color #E6C640: hue angle of 48.43º 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 #E6C640 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB23019864-
CMYK00.140.720.10
HSL48.43º76.85%57.65%-
HSV(B)48.43º72.17%90.2%-
XYZ53.7557.5813.13-
YUV192.2955.6154.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.75%
GREEN value IS 198 (77.73% from 255) = 40.24%
BLUE value IS 64 (25.39% from 255) = 13.01%
R=46.75%
G=40.24%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301986400.140.720.1048.4376.8557.65
HexE6C6400E48A304d3a
Octal346306100016110126011572
Binary1110011011000110100000001110100100010101100001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C640; }

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

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

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

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

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

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

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

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