#E7CC41

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

Shades of Festival #E7CC41

Tints of Festival #E7CC41

Color information

#E7CC41 (or 0xE7CC41) is unknown color: approx Festival. HEX triplet: E7, CC and 41. RGB value is (231,204,65). Sum of RGB (Red+Green+Blue) = 231+204+65=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CC41 is #1833BE. Grayscale: #C4C4C4. Windows color (decimal): -1586111 or 4312295. OLE color: 4312295.

HSL color Cylindrical-coordinate representation of color #E7CC41: hue angle of 50.24º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7CC41 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23120465-
CMYK00.120.720.09
HSL50.24º77.57%58.04%-
HSV(B)50.24º71.86%90.59%-
XYZ55.560.5613.76-
YUV196.2353.95152.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 204 (80.08% from 255) = 40.8%
BLUE value IS 65 (25.78% from 255) = 13%
R=46.2%
G=40.8%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312046500.120.720.0950.2477.5758.04
HexE7CC410C489324e3a
Octal347314101014110116211672
Binary1110011111001100100000101100100100010011100101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CC41; }

 p { color: rgb(231,204,65); }

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

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

 a { background-color: rgb(231,204,65); }

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

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

 span { border-color: rgb(231,204,65); }

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