#E7CA44

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

Shades of Festival #E7CA44

Tints of Festival #E7CA44

Color information

#E7CA44 (or 0xE7CA44) is unknown color: approx Festival. HEX triplet: E7, CA and 44. RGB value is (231,202,68). Sum of RGB (Red+Green+Blue) = 231+202+68=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CA44 is #1835BB. Grayscale: #C3C3C3. Windows color (decimal): -1586620 or 4508391. OLE color: 4508391.

HSL color Cylindrical-coordinate representation of color #E7CA44: hue angle of 49.33º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7CA44 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB23120268-
CMYK00.130.710.09
HSL49.33º77.25%58.63%-
HSV(B)49.33º70.56%90.59%-
XYZ55.1259.6514.08-
YUV195.456.11153.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.11%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 68 (26.95% from 255) = 13.57%
R=46.11%
G=40.32%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312026800.130.710.0949.3377.2558.63
HexE7CA440D479314d3b
Octal347312104015107116111573
Binary1110011111001010100010001101100011110011100011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CA44; }

 p { color: rgb(231,202,68); }

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

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

 a { background-color: rgb(231,202,68); }

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

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

 span { border-color: rgb(231,202,68); }

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