Html Css Color HEX #E0C250 Festival

📋 copy color: '#E0C250'

red 224 ◦ green 194 ◦ blue 80

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

Shades of Festival #E0C250

Tints of Festival #E0C250

RGB

 RED value IS 224 (87.89% from 255) = 44.98%

 GREEN value IS 194 (76.17% from 255) = 38.96%

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

R = 44.98%
G = 38.96%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E0C250 (or 0xE0C250) is known color: Festival. HEX triplet: E0, C2 and 50. RGB value is (224,194,80). Sum of RGB (Red+Green+Blue) = 224+194+80=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C250 is #1F3DAF. Grayscale: #BEBEBE. Windows color (decimal): -2047408 or 5292768. OLE color: 5292768.

HSL color Cylindrical-coordinate representation of color #E0C250: hue angle of 47.5º degrees, saturation: 0.7, 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 #E0C250 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 194 80 -
CMYK 0 0.13 0.64 0.12
HSL 47.5º 0.7% 0.6% -
HSV(B) 47.5º 0.64% 0.88% -
XYZ 51.48 55.01 15.49 -
YUV 189.97 65.94 152.27 -
System Red Green Blue C M Y K H S L
Decimal 224 194 80 0 0.13 0.64 0.12 47.5 0.7 0.6
Hex E0 C2 50 0 D 40 C 30 46 3C
Octal 340 302 120 0 15 100 14 60 106 74
Binary 11100000 11000010 1010000 0 1101 1000000 1100 110000 1000110 111100

Color Harmonies of #E0C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C250

Black with #E0C250

Text Example


Text Example

White with #E0C250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C250; }

 p { color: rgb(224,194,80); }

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

background-color css

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

 a { background-color: rgb(224,194,80); }

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

border-color css

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

 span { border-color: rgb(224,194,80); }

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