Html Css Color HEX #E1C950 Festival

📋 copy color: '#E1C950'

red 225 ◦ green 201 ◦ blue 80

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

Shades of Festival #E1C950

Tints of Festival #E1C950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.72%

 BLUE value IS 80 (31.64% from 255) = 15.81%

R = 44.47%
G = 39.72%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1C950 (or 0xE1C950) is known color: Festival. HEX triplet: E1, C9 and 50. RGB value is (225,201,80). Sum of RGB (Red+Green+Blue) = 225+201+80=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C950 is #1E36AF. Grayscale: #C2C2C2. Windows color (decimal): -1980080 or 5294561. OLE color: 5294561.

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

Color convert

RGB 225 201 80 -
CMYK 0 0.11 0.64 0.12
HSL 50.07º 0.71% 0.6% -
HSV(B) 50.07º 0.64% 0.88% -
XYZ 53.39 58.36 16.04 -
YUV 194.38 63.45 149.84 -
System Red Green Blue C M Y K H S L
Decimal 225 201 80 0 0.11 0.64 0.12 50.07 0.71 0.6
Hex E1 C9 50 0 B 40 C 32 47 3C
Octal 341 311 120 0 13 100 14 62 107 74
Binary 11100001 11001001 1010000 0 1011 1000000 1100 110010 1000111 111100

Color Harmonies of #E1C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C950

Black with #E1C950

Text Example


Text Example

White with #E1C950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C950; }

 p { color: rgb(225,201,80); }

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

background-color css

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

 a { background-color: rgb(225,201,80); }

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

border-color css

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

 span { border-color: rgb(225,201,80); }

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