Html Css Color HEX #EAC93F Festival

📋 copy color: '#EAC93F'

red 234 ◦ green 201 ◦ blue 63

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

Shades of Festival #EAC93F

Tints of Festival #EAC93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.65%

R = 46.99%
G = 40.36%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EAC93F (or 0xEAC93F) is known color: Festival. HEX triplet: EA, C9 and 3F. RGB value is (234,201,63). Sum of RGB (Red+Green+Blue) = 234+201+63=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC93F is #1536C0. Grayscale: #C3C3C3. Windows color (decimal): -1390273 or 4180458. OLE color: 4180458.

HSL color Cylindrical-coordinate representation of color #EAC93F: hue angle of 48.42º 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 #EAC93F is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 63 -
CMYK 0 0.14 0.73 0.08
HSL 48.42º 0.8% 0.58% -
HSV(B) 48.42º 0.73% 0.92% -
XYZ 55.72 59.62 13.27 -
YUV 195.14 53.43 155.72 -
System Red Green Blue C M Y K H S L
Decimal 234 201 63 0 0.14 0.73 0.08 48.42 0.8 0.58
Hex EA C9 3F 0 E 49 8 30 50 3A
Octal 352 311 77 0 16 111 10 60 120 72
Binary 11101010 11001001 111111 0 1110 1001001 1000 110000 1010000 111010

Color Harmonies of #EAC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC93F

Black with #EAC93F

Text Example


Text Example

White with #EAC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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