Html Css Color HEX #E1C14C Festival

📋 copy color: '#E1C14C'

red 225 ◦ green 193 ◦ blue 76

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

Shades of Festival #E1C14C

Tints of Festival #E1C14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.38%

R = 45.55%
G = 39.07%
B = 15.38%

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

#E1C14C (or 0xE1C14C) is known color: Festival. HEX triplet: E1, C1 and 4C. RGB value is (225,193,76). Sum of RGB (Red+Green+Blue) = 225+193+76=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C14C is #1E3EB3. Grayscale: #BDBDBD. Windows color (decimal): -1982132 or 5030369. OLE color: 5030369.

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

Color convert

RGB 225 193 76 -
CMYK 0 0.14 0.66 0.12
HSL 47.11º 0.71% 0.59% -
HSV(B) 47.11º 0.66% 0.88% -
XYZ 51.43 54.67 14.68 -
YUV 189.23 64.1 153.51 -
System Red Green Blue C M Y K H S L
Decimal 225 193 76 0 0.14 0.66 0.12 47.11 0.71 0.59
Hex E1 C1 4C 0 E 42 C 2F 47 3B
Octal 341 301 114 0 16 102 14 57 107 73
Binary 11100001 11000001 1001100 0 1110 1000010 1100 101111 1000111 111011

Color Harmonies of #E1C14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C14C

Black with #E1C14C

Text Example


Text Example

White with #E1C14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C14C; }

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

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

background-color css

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

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

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

border-color css

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

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

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