#E6CE46

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

Shades of Festival #E6CE46

Tints of Festival #E6CE46

Color information

#E6CE46 (or 0xE6CE46) is unknown color: approx Festival. HEX triplet: E6, CE and 46. RGB value is (230,206,70). Sum of RGB (Red+Green+Blue) = 230+206+70=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CE46 is #1931B9. Grayscale: #C6C6C6. Windows color (decimal): -1651130 or 4640486. OLE color: 4640486.

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

Color convert

RGB23020670-
CMYK00.100.700.10
HSL51º76.19%58.82%-
HSV(B)51º69.57%90.2%-
XYZ55.8161.4114.71-
YUV197.6755.95151.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.45%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 70 (27.73% from 255) = 13.83%
R=45.45%
G=40.71%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302067000.100.700.105176.1958.82
HexE6CE460A46A334c3b
Octal346316106012106126311473
Binary1110011011001110100011001010100011010101100111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CE46; }

 p { color: rgb(230,206,70); }

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

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

 a { background-color: rgb(230,206,70); }

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

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

 span { border-color: rgb(230,206,70); }

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