Html Css Color HEX #EAC747 Festival

📋 copy color: '#EAC747'

red 234 ◦ green 199 ◦ blue 71

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

Shades of Festival #EAC747

Tints of Festival #EAC747

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.48%

 BLUE value IS 71 (28.13% from 255) = 14.09%

R = 46.43%
G = 39.48%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EAC747 (or 0xEAC747) is known color: Festival. HEX triplet: EA, C7 and 47. RGB value is (234,199,71). Sum of RGB (Red+Green+Blue) = 234+199+71=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 71 (28.12% from 255 or 14.09% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC747 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC747 is #1538B8. Grayscale: #C3C3C3. Windows color (decimal): -1390777 or 4704234. OLE color: 4704234.

HSL color Cylindrical-coordinate representation of color #EAC747: hue angle of 47.12º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAC747 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 199 71 -
CMYK 0 0.15 0.70 0.08
HSL 47.12º 0.8% 0.6% -
HSV(B) 47.12º 0.7% 0.92% -
XYZ 55.49 58.79 14.38 -
YUV 194.87 58.1 155.91 -
System Red Green Blue C M Y K H S L
Decimal 234 199 71 0 0.15 0.70 0.08 47.12 0.8 0.6
Hex EA C7 47 0 F 46 8 2F 50 3C
Octal 352 307 107 0 17 106 10 57 120 74
Binary 11101010 11000111 1000111 0 1111 1000110 1000 101111 1010000 111100

Color Harmonies of #EAC747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC747

Black with #EAC747

Text Example


Text Example

White with #EAC747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC747; }

 p { color: rgb(234,199,71); }

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

background-color css

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

 a { background-color: rgb(234,199,71); }

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

border-color css

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

 span { border-color: rgb(234,199,71); }

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