#EEC94A

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

Shades of Festival #EEC94A

Tints of Festival #EEC94A

Color information

#EEC94A (or 0xEEC94A) is unknown color: approx Festival. HEX triplet: EE, C9 and 4A. RGB value is (238,201,74). Sum of RGB (Red+Green+Blue) = 238+201+74=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC94A is #1136B5. Grayscale: #C6C6C6. Windows color (decimal): -1128118 or 4901358. OLE color: 4901358.

HSL color Cylindrical-coordinate representation of color #EEC94A: hue angle of 46.46º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEC94A is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB23820174-
CMYK00.160.690.07
HSL46.46º82.83%61.18%-
HSV(B)46.46º68.91%93.33%-
XYZ57.3860.4415.12-
YUV197.5858.26156.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.39%
GREEN value IS 201 (78.91% from 255) = 39.18%
BLUE value IS 74 (29.30% from 255) = 14.42%
R=46.39%
G=39.18%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382017400.160.690.0746.4682.8361.18
HexEEC94A0104572e533d
Octal35631111202010575612375
Binary1110111011001001100101001000010001011111011101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC94A; }

 p { color: rgb(238,201,74); }

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

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

 a { background-color: rgb(238,201,74); }

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

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

 span { border-color: rgb(238,201,74); }

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