Html Css Color HEX #EAC549 Festival

📋 copy color: '#EAC549'

red 234 ◦ green 197 ◦ blue 73

#EAC549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #EAC549

Tints of Festival #EAC549

RGB

 RED value IS 234 (91.8% from 255) = 46.43%

 GREEN value IS 197 (77.34% from 255) = 39.09%

 BLUE value IS 73 (28.91% from 255) = 14.48%

R = 46.43%
G = 39.09%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EAC549 (or 0xEAC549) is known color: Festival. HEX triplet: EA, C5 and 49. RGB value is (234,197,73). Sum of RGB (Red+Green+Blue) = 234+197+73=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC549 is #153AB6. Grayscale: #C2C2C2. Windows color (decimal): -1391287 or 4834794. OLE color: 4834794.

HSL color Cylindrical-coordinate representation of color #EAC549: hue angle of 46.21º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAC549 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 197 73 -
CMYK 0 0.16 0.69 0.08
HSL 46.21º 0.79% 0.6% -
HSV(B) 46.21º 0.69% 0.92% -
XYZ 55.1 57.91 14.58 -
YUV 193.93 59.76 156.58 -
System Red Green Blue C M Y K H S L
Decimal 234 197 73 0 0.16 0.69 0.08 46.21 0.79 0.6
Hex EA C5 49 0 10 45 8 2E 4F 3C
Octal 352 305 111 0 20 105 10 56 117 74
Binary 11101010 11000101 1001001 0 10000 1000101 1000 101110 1001111 111100

Color Harmonies of #EAC549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC549

Black with #EAC549

Text Example


Text Example

White with #EAC549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC549; }

 p { color: rgb(234,197,73); }

 H1.HeaderClassName
 {
   color: #EAC549;
 }
 .AnyTagClassName
 {
   color: #EAC549;
 }
</style>

background-color css

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

 a { background-color: rgb(234,197,73); }

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

border-color css

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

 span { border-color: rgb(234,197,73); }

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