Html Css Color HEX #EAC640 Festival

📋 copy color: '#EAC640'

red 234 ◦ green 198 ◦ blue 64

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

Shades of Festival #EAC640

Tints of Festival #EAC640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.92%

 BLUE value IS 64 (25.39% from 255) = 12.9%

R = 47.18%
G = 39.92%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAC640 (or 0xEAC640) is known color: Festival. HEX triplet: EA, C6 and 40. RGB value is (234,198,64). Sum of RGB (Red+Green+Blue) = 234+198+64=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC640 is #1539BF. Grayscale: #C2C2C2. Windows color (decimal): -1391040 or 4245226. OLE color: 4245226.

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

Color convert

RGB 234 198 64 -
CMYK 0 0.15 0.73 0.08
HSL 47.29º 0.8% 0.58% -
HSV(B) 47.29º 0.73% 0.92% -
XYZ 55.05 58.25 13.19 -
YUV 193.49 54.93 156.9 -
System Red Green Blue C M Y K H S L
Decimal 234 198 64 0 0.15 0.73 0.08 47.29 0.8 0.58
Hex EA C6 40 0 F 49 8 2F 50 3A
Octal 352 306 100 0 17 111 10 57 120 72
Binary 11101010 11000110 1000000 0 1111 1001001 1000 101111 1010000 111010

Color Harmonies of #EAC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC640

Black with #EAC640

Text Example


Text Example

White with #EAC640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC640; }

 p { color: rgb(234,198,64); }

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

background-color css

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

 a { background-color: rgb(234,198,64); }

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

border-color css

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

 span { border-color: rgb(234,198,64); }

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