Html Css Color HEX #EAC143 Festival

📋 copy color: '#EAC143'

red 234 ◦ green 193 ◦ blue 67

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

Shades of Festival #EAC143

Tints of Festival #EAC143

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.07%

 BLUE value IS 67 (26.56% from 255) = 13.56%

R = 47.37%
G = 39.07%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EAC143 (or 0xEAC143) is known color: Festival. HEX triplet: EA, C1 and 43. RGB value is (234,193,67). Sum of RGB (Red+Green+Blue) = 234+193+67=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 67 (26.56% from 255 or 13.56% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC143 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC143 is #153EBC. Grayscale: #BFBFBF. Windows color (decimal): -1392317 or 4440554. OLE color: 4440554.

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

Color convert

RGB 234 193 67 -
CMYK 0 0.18 0.71 0.08
HSL 45.27º 0.8% 0.59% -
HSV(B) 45.27º 0.71% 0.92% -
XYZ 54.01 56.04 13.28 -
YUV 190.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 234 193 67 0 0.18 0.71 0.08 45.27 0.8 0.59
Hex EA C1 43 0 12 47 8 2D 50 3B
Octal 352 301 103 0 22 107 10 55 120 73
Binary 11101010 11000001 1000011 0 10010 1000111 1000 101101 1010000 111011

Color Harmonies of #EAC143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC143

Black with #EAC143

Text Example


Text Example

White with #EAC143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC143; }

 p { color: rgb(234,193,67); }

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

background-color css

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

 a { background-color: rgb(234,193,67); }

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

border-color css

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

 span { border-color: rgb(234,193,67); }

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