#E7D44E

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

Shades of Festival #E7D44E

Tints of Festival #E7D44E

Color information

#E7D44E (or 0xE7D44E) is unknown color: approx Festival. HEX triplet: E7, D4 and 4E. RGB value is (231,212,78). Sum of RGB (Red+Green+Blue) = 231+212+78=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D44E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D44E is #182BB1. Grayscale: #CACACA. Windows color (decimal): -1584050 or 5166311. OLE color: 5166311.

HSL color Cylindrical-coordinate representation of color #E7D44E: hue angle of 52.55º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7D44E is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB23121278-
CMYK00.080.660.09
HSL52.55º76.12%60.59%-
HSV(B)52.55º66.23%90.59%-
XYZ57.8764.6316.63-
YUV202.457.79148.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.34%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 78 (30.86% from 255) = 14.97%
R=44.34%
G=40.69%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312127800.080.660.0952.5576.1260.59
HexE7D44E08429354c3d
Octal347324116010102116511475
Binary1110011111010100100111001000100001010011101011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D44E; }

 p { color: rgb(231,212,78); }

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

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

 a { background-color: rgb(231,212,78); }

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

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

 span { border-color: rgb(231,212,78); }

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