Html Css Color HEX #EACC3F Festival

📋 copy color: '#EACC3F'

red 234 ◦ green 204 ◦ blue 63

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

Shades of Festival #EACC3F

Tints of Festival #EACC3F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.72%

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

R = 46.71%
G = 40.72%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EACC3F (or 0xEACC3F) is known color: Festival. HEX triplet: EA, CC and 3F. RGB value is (234,204,63). Sum of RGB (Red+Green+Blue) = 234+204+63=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC3F is #1533C0. Grayscale: #C5C5C5. Windows color (decimal): -1389505 or 4181226. OLE color: 4181226.

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

Color convert

RGB 234 204 63 -
CMYK 0 0.13 0.73 0.08
HSL 49.47º 0.8% 0.58% -
HSV(B) 49.47º 0.73% 0.92% -
XYZ 56.42 61.04 13.51 -
YUV 196.9 52.44 154.46 -
System Red Green Blue C M Y K H S L
Decimal 234 204 63 0 0.13 0.73 0.08 49.47 0.8 0.58
Hex EA CC 3F 0 D 49 8 31 50 3A
Octal 352 314 77 0 15 111 10 61 120 72
Binary 11101010 11001100 111111 0 1101 1001001 1000 110001 1010000 111010

Color Harmonies of #EACC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC3F

Black with #EACC3F

Text Example


Text Example

White with #EACC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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