Html Css Color HEX #E1C64F Festival

📋 copy color: '#E1C64F'

red 225 ◦ green 198 ◦ blue 79

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

Shades of Festival #E1C64F

Tints of Festival #E1C64F

RGB

 RED value IS 225 (88.28% from 255) = 44.82%

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

 BLUE value IS 79 (31.25% from 255) = 15.74%

R = 44.82%
G = 39.44%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1C64F (or 0xE1C64F) is known color: Festival. HEX triplet: E1, C6 and 4F. RGB value is (225,198,79). Sum of RGB (Red+Green+Blue) = 225+198+79=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 79 (31.25% from 255 or 15.74% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C64F is #1E39B0. Grayscale: #C1C1C1. Windows color (decimal): -1980849 or 5228257. OLE color: 5228257.

HSL color Cylindrical-coordinate representation of color #E1C64F: hue angle of 48.9º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1C64F is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 198 79 -
CMYK 0 0.12 0.65 0.12
HSL 48.9º 0.71% 0.6% -
HSV(B) 48.9º 0.65% 0.88% -
XYZ 52.66 56.96 15.62 -
YUV 192.51 63.95 151.18 -
System Red Green Blue C M Y K H S L
Decimal 225 198 79 0 0.12 0.65 0.12 48.9 0.71 0.6
Hex E1 C6 4F 0 C 41 C 31 47 3C
Octal 341 306 117 0 14 101 14 61 107 74
Binary 11100001 11000110 1001111 0 1100 1000001 1100 110001 1000111 111100

Color Harmonies of #E1C64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C64F

Black with #E1C64F

Text Example


Text Example

White with #E1C64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C64F; }

 p { color: rgb(225,198,79); }

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

background-color css

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

 a { background-color: rgb(225,198,79); }

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

border-color css

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

 span { border-color: rgb(225,198,79); }

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