#E6C74A

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

Shades of Festival #E6C74A

Tints of Festival #E6C74A

Color information

#E6C74A (or 0xE6C74A) is unknown color: approx Festival. HEX triplet: E6, C7 and 4A. RGB value is (230,199,74). Sum of RGB (Red+Green+Blue) = 230+199+74=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C74A is #1938B5. Grayscale: #C2C2C2. Windows color (decimal): -1652918 or 4900838. OLE color: 4900838.

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

Color convert

RGB23019974-
CMYK00.130.680.10
HSL48.08º75.73%59.61%-
HSV(B)48.08º67.83%90.2%-
XYZ54.2958.1614.84-
YUV194.0260.27153.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.73%
GREEN value IS 199 (78.12% from 255) = 39.56%
BLUE value IS 74 (29.30% from 255) = 14.71%
R=45.73%
G=39.56%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301997400.130.680.1048.0875.7359.61
HexE6C74A0D44A304c3c
Octal346307112015104126011474
Binary1110011011000111100101001101100010010101100001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C74A; }

 p { color: rgb(230,199,74); }

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

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

 a { background-color: rgb(230,199,74); }

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

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

 span { border-color: rgb(230,199,74); }

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