#E7C041

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

Shades of Festival #E7C041

Tints of Festival #E7C041

Color information

#E7C041 (or 0xE7C041) is unknown color: approx Festival. HEX triplet: E7, C0 and 41. RGB value is (231,192,65). Sum of RGB (Red+Green+Blue) = 231+192+65=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C041 is #183FBE. Grayscale: #BDBDBD. Windows color (decimal): -1589183 or 4309223. OLE color: 4309223.

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

Color convert

RGB23119265-
CMYK00.170.720.09
HSL45.9º77.57%58.04%-
HSV(B)45.9º71.86%90.59%-
XYZ52.7655.0712.85-
YUV189.1857.92157.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.34%
GREEN value IS 192 (75.39% from 255) = 39.34%
BLUE value IS 65 (25.78% from 255) = 13.32%
R=47.34%
G=39.34%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311926500.170.720.0945.977.5758.04
HexE7C0410114892e4e3a
Octal347300101021110115611672
Binary11100111110000001000001010001100100010011011101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C041; }

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

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

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

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

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

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

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

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