Html Css Color HEX #E3C450 Festival

📋 copy color: '#E3C450'

red 227 ◦ green 196 ◦ blue 80

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

Shades of Festival #E3C450

Tints of Festival #E3C450

RGB

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

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

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

R = 45.13%
G = 38.97%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E3C450 (or 0xE3C450) is known color: Festival. HEX triplet: E3, C4 and 50. RGB value is (227,196,80). Sum of RGB (Red+Green+Blue) = 227+196+80=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C450 is #1C3BAF. Grayscale: #C0C0C0. Windows color (decimal): -1850288 or 5293283. OLE color: 5293283.

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

Color convert

RGB 227 196 80 -
CMYK 0 0.14 0.65 0.11
HSL 47.35º 0.72% 0.6% -
HSV(B) 47.35º 0.65% 0.89% -
XYZ 52.87 56.39 15.69 -
YUV 192.05 64.77 152.93 -
System Red Green Blue C M Y K H S L
Decimal 227 196 80 0 0.14 0.65 0.11 47.35 0.72 0.6
Hex E3 C4 50 0 E 41 B 2F 48 3C
Octal 343 304 120 0 16 101 13 57 110 74
Binary 11100011 11000100 1010000 0 1110 1000001 1011 101111 1001000 111100

Color Harmonies of #E3C450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C450

Black with #E3C450

Text Example


Text Example

White with #E3C450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C450; }

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

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

background-color css

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

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

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

border-color css

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

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

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