Html Css Color HEX #EAC94D Festival

📋 copy color: '#EAC94D'

red 234 ◦ green 201 ◦ blue 77

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

Shades of Festival #EAC94D

Tints of Festival #EAC94D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

 BLUE value IS 77 (30.47% from 255) = 15.04%

R = 45.7%
G = 39.26%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EAC94D (or 0xEAC94D) is known color: Festival. HEX triplet: EA, C9 and 4D. RGB value is (234,201,77). Sum of RGB (Red+Green+Blue) = 234+201+77=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC94D is #1536B2. Grayscale: #C5C5C5. Windows color (decimal): -1390259 or 5097962. OLE color: 5097962.

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

Color convert

RGB 234 201 77 -
CMYK 0 0.14 0.67 0.08
HSL 47.39º 0.79% 0.61% -
HSV(B) 47.39º 0.67% 0.92% -
XYZ 56.16 59.8 15.6 -
YUV 196.73 60.43 154.58 -
System Red Green Blue C M Y K H S L
Decimal 234 201 77 0 0.14 0.67 0.08 47.39 0.79 0.61
Hex EA C9 4D 0 E 43 8 2F 4F 3D
Octal 352 311 115 0 16 103 10 57 117 75
Binary 11101010 11001001 1001101 0 1110 1000011 1000 101111 1001111 111101

Color Harmonies of #EAC94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC94D

Black with #EAC94D

Text Example


Text Example

White with #EAC94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC94D; }

 p { color: rgb(234,201,77); }

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

background-color css

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

 a { background-color: rgb(234,201,77); }

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

border-color css

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

 span { border-color: rgb(234,201,77); }

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