Html Css Color HEX #E5D150 Festival

📋 copy color: '#E5D150'

red 229 ◦ green 209 ◦ blue 80

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

Shades of Festival #E5D150

Tints of Festival #E5D150

RGB

 RED value IS 229 (89.84% from 255) = 44.21%

 GREEN value IS 209 (82.03% from 255) = 40.35%

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

R = 44.21%
G = 40.35%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E5D150 (or 0xE5D150) is known color: Festival. HEX triplet: E5, D1 and 50. RGB value is (229,209,80). Sum of RGB (Red+Green+Blue) = 229+209+80=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D150 is #1A2EAF. Grayscale: #C8C8C8. Windows color (decimal): -1715888 or 5296613. OLE color: 5296613.

HSL color Cylindrical-coordinate representation of color #E5D150: hue angle of 51.95º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5D150 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 209 80 -
CMYK 0 0.09 0.65 0.10
HSL 51.95º 0.74% 0.61% -
HSV(B) 51.95º 0.65% 0.9% -
XYZ 56.56 62.84 16.74 -
YUV 200.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 229 209 80 0 0.09 0.65 0.10 51.95 0.74 0.61
Hex E5 D1 50 0 9 41 A 34 4A 3D
Octal 345 321 120 0 11 101 12 64 112 75
Binary 11100101 11010001 1010000 0 1001 1000001 1010 110100 1001010 111101

Color Harmonies of #E5D150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D150

Black with #E5D150

Text Example


Text Example

White with #E5D150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D150; }

 p { color: rgb(229,209,80); }

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

background-color css

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

 a { background-color: rgb(229,209,80); }

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

border-color css

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

 span { border-color: rgb(229,209,80); }

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