Html Css Color HEX #E3C550 Festival

📋 copy color: '#E3C550'

red 227 ◦ green 197 ◦ blue 80

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

Shades of Festival #E3C550

Tints of Festival #E3C550

RGB

 RED value IS 227 (89.06% from 255) = 45.04%

 GREEN value IS 197 (77.34% from 255) = 39.09%

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

R = 45.04%
G = 39.09%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E3C550 (or 0xE3C550) is known color: Festival. HEX triplet: E3, C5 and 50. RGB value is (227,197,80). Sum of RGB (Red+Green+Blue) = 227+197+80=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C550 is #1C3AAF. Grayscale: #C1C1C1. Windows color (decimal): -1850032 or 5293539. OLE color: 5293539.

HSL color Cylindrical-coordinate representation of color #E3C550: hue angle of 47.76º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3C550 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 197 80 -
CMYK 0 0.13 0.65 0.11
HSL 47.76º 0.72% 0.6% -
HSV(B) 47.76º 0.65% 0.89% -
XYZ 53.09 56.84 15.76 -
YUV 192.63 64.44 152.51 -
System Red Green Blue C M Y K H S L
Decimal 227 197 80 0 0.13 0.65 0.11 47.76 0.72 0.6
Hex E3 C5 50 0 D 41 B 30 48 3C
Octal 343 305 120 0 15 101 13 60 110 74
Binary 11100011 11000101 1010000 0 1101 1000001 1011 110000 1001000 111100

Color Harmonies of #E3C550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C550

Black with #E3C550

Text Example


Text Example

White with #E3C550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C550; }

 p { color: rgb(227,197,80); }

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

background-color css

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

 a { background-color: rgb(227,197,80); }

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

border-color css

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

 span { border-color: rgb(227,197,80); }

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