Html Css Color HEX #E1C750 Festival

📋 copy color: '#E1C750'

red 225 ◦ green 199 ◦ blue 80

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

Shades of Festival #E1C750

Tints of Festival #E1C750

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.48%

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

R = 44.64%
G = 39.48%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E1C750 (or 0xE1C750) is known color: Festival. HEX triplet: E1, C7 and 50. RGB value is (225,199,80). Sum of RGB (Red+Green+Blue) = 225+199+80=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C750 is #1E38AF. Grayscale: #C1C1C1. Windows color (decimal): -1980592 or 5294049. OLE color: 5294049.

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

Color convert

RGB 225 199 80 -
CMYK 0 0.12 0.64 0.12
HSL 49.24º 0.71% 0.6% -
HSV(B) 49.24º 0.64% 0.88% -
XYZ 52.92 57.43 15.89 -
YUV 193.21 64.11 150.68 -
System Red Green Blue C M Y K H S L
Decimal 225 199 80 0 0.12 0.64 0.12 49.24 0.71 0.6
Hex E1 C7 50 0 C 40 C 31 47 3C
Octal 341 307 120 0 14 100 14 61 107 74
Binary 11100001 11000111 1010000 0 1100 1000000 1100 110001 1000111 111100

Color Harmonies of #E1C750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C750

Black with #E1C750

Text Example


Text Example

White with #E1C750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C750; }

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

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

background-color css

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

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

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

border-color css

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

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

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