#E1C751

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

Shades of Festival #E1C751

Tints of Festival #E1C751

Color information

#E1C751 (or 0xE1C751) is unknown color: approx Festival. HEX triplet: E1, C7 and 51. RGB value is (225,199,81). Sum of RGB (Red+Green+Blue) = 225+199+81=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 81 (32.03% from 255 or 16.04% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C751 is #1E38AE. Grayscale: #C1C1C1. Windows color (decimal): -1980591 or 5359585. OLE color: 5359585.

HSL color Cylindrical-coordinate representation of color #E1C751: hue angle of 49.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1C751 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22519981-
CMYK00.120.640.12
HSL49.17º70.59%60%-
HSV(B)49.17º64%88.24%-
XYZ52.9657.4516.08-
YUV193.3264.61150.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 199 (78.12% from 255) = 39.41%
BLUE value IS 81 (32.03% from 255) = 16.04%
R=44.55%
G=39.41%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251998100.120.640.1249.1770.5960
HexE1C7510C40C31473c
Octal341307121014100146110774
Binary1110000111000111101000101100100000011001100011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1C751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1C751; }

 p { color: rgb(225,199,81); }

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

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

 a { background-color: rgb(225,199,81); }

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

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

 span { border-color: rgb(225,199,81); }

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