Html Css Color HEX #E1C14D Festival

📋 copy color: '#E1C14D'

red 225 ◦ green 193 ◦ blue 77

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

Shades of Festival #E1C14D

Tints of Festival #E1C14D

RGB

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

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

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

R = 45.45%
G = 38.99%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1C14D (or 0xE1C14D) is known color: Festival. HEX triplet: E1, C1 and 4D. RGB value is (225,193,77). Sum of RGB (Red+Green+Blue) = 225+193+77=495 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.45% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C14D is #1E3EB2. Grayscale: #BDBDBD. Windows color (decimal): -1982131 or 5095905. OLE color: 5095905.

HSL color Cylindrical-coordinate representation of color #E1C14D: hue angle of 47.03º 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 #E1C14D is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 193 77 -
CMYK 0 0.14 0.66 0.12
HSL 47.03º 0.71% 0.59% -
HSV(B) 47.03º 0.66% 0.88% -
XYZ 51.46 54.68 14.86 -
YUV 189.34 64.6 153.43 -
System Red Green Blue C M Y K H S L
Decimal 225 193 77 0 0.14 0.66 0.12 47.03 0.71 0.59
Hex E1 C1 4D 0 E 42 C 2F 47 3B
Octal 341 301 115 0 16 102 14 57 107 73
Binary 11100001 11000001 1001101 0 1110 1000010 1100 101111 1000111 111011

Color Harmonies of #E1C14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C14D

Black with #E1C14D

Text Example


Text Example

White with #E1C14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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