#e6c33f

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

Shades of Festival #E6C33F

Tints of Festival #E6C33F

Color information

#E6C33F (or 0xE6C33F) is unknown color: approx Festival. HEX triplet: E6, C3 and 3F. RGB value is (230,195,63). Sum of RGB (Red+Green+Blue) = 230+195+63=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C33F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C33F is #193CC0. Grayscale: #BEBEBE. Windows color (decimal): -1653953 or 4178918. OLE color: 4178918.

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

Color convert

RGB23019563-
CMYK00.150.730.10
HSL47.43º76.96%57.45%-
HSV(B)47.43º72.61%90.2%-
XYZ53.0556.2112.76-
YUV190.4256.1156.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.13%
GREEN value IS 195 (76.56% from 255) = 39.96%
BLUE value IS 63 (25% from 255) = 12.91%
R=47.13%
G=39.96%
B=12.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301956300.150.730.1047.4376.9657.45
HexE6C33F0F49A2f4d39
Octal34630377017111125711571
Binary111001101100001111111101111100100110101011111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6c33f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6c33f; }

 p { color: rgb(230,195,63); }

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

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

 a { background-color: rgb(230,195,63); }

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

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

 span { border-color: rgb(230,195,63); }

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