Html Css Color HEX #E1C44D Festival

📋 copy color: '#E1C44D'

red 225 ◦ green 196 ◦ blue 77

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

Shades of Festival #E1C44D

Tints of Festival #E1C44D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.36%

 BLUE value IS 77 (30.47% from 255) = 15.46%

R = 45.18%
G = 39.36%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1C44D (or 0xE1C44D) is known color: Festival. HEX triplet: E1, C4 and 4D. RGB value is (225,196,77). Sum of RGB (Red+Green+Blue) = 225+196+77=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C44D is #1E3BB2. Grayscale: #BFBFBF. Windows color (decimal): -1981363 or 5096673. OLE color: 5096673.

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

Color convert

RGB 225 196 77 -
CMYK 0 0.13 0.66 0.12
HSL 48.24º 0.71% 0.59% -
HSV(B) 48.24º 0.66% 0.88% -
XYZ 52.13 56.02 15.09 -
YUV 191.11 63.61 152.18 -
System Red Green Blue C M Y K H S L
Decimal 225 196 77 0 0.13 0.66 0.12 48.24 0.71 0.59
Hex E1 C4 4D 0 D 42 C 30 47 3B
Octal 341 304 115 0 15 102 14 60 107 73
Binary 11100001 11000100 1001101 0 1101 1000010 1100 110000 1000111 111011

Color Harmonies of #E1C44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C44D

Black with #E1C44D

Text Example


Text Example

White with #E1C44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C44D; }

 p { color: rgb(225,196,77); }

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

background-color css

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

 a { background-color: rgb(225,196,77); }

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

border-color css

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

 span { border-color: rgb(225,196,77); }

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