Html Css Color HEX #E1C759 Festival

📋 copy color: '#E1C759'

red 225 ◦ green 199 ◦ blue 89

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

Shades of Festival #E1C759

Tints of Festival #E1C759

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.79%

 BLUE value IS 89 (35.16% from 255) = 17.35%

R = 43.86%
G = 38.79%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1C759 (or 0xE1C759) is known color: Festival. HEX triplet: E1, C7 and 59. RGB value is (225,199,89). Sum of RGB (Red+Green+Blue) = 225+199+89=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 89 (35.16% from 255 or 17.35% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C759 is #1E38A6. Grayscale: #C2C2C2. Windows color (decimal): -1980583 or 5883873. OLE color: 5883873.

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

Color convert

RGB 225 199 89 -
CMYK 0 0.12 0.60 0.12
HSL 48.53º 0.69% 0.62% -
HSV(B) 48.53º 0.6% 0.88% -
XYZ 53.28 57.58 17.76 -
YUV 194.23 68.61 149.94 -
System Red Green Blue C M Y K H S L
Decimal 225 199 89 0 0.12 0.60 0.12 48.53 0.69 0.62
Hex E1 C7 59 0 C 3C C 31 45 3E
Octal 341 307 131 0 14 74 14 61 105 76
Binary 11100001 11000111 1011001 0 1100 111100 1100 110001 1000101 111110

Color Harmonies of #E1C759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C759

Black with #E1C759

Text Example


Text Example

White with #E1C759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C759; }

 p { color: rgb(225,199,89); }

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

background-color css

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

 a { background-color: rgb(225,199,89); }

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

border-color css

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

 span { border-color: rgb(225,199,89); }

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