Html Css Color HEX #E8D150 Festival

📋 copy color: '#E8D150'

red 232 ◦ green 209 ◦ blue 80

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

Shades of Festival #E8D150

Tints of Festival #E8D150

RGB

 RED value IS 232 (91.02% from 255) = 44.53%

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

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

R = 44.53%
G = 40.12%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8D150 (or 0xE8D150) is known color: Festival. HEX triplet: E8, D1 and 50. RGB value is (232,209,80). Sum of RGB (Red+Green+Blue) = 232+209+80=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D150 is #172EAF. Grayscale: #C9C9C9. Windows color (decimal): -1519280 or 5296616. OLE color: 5296616.

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

Color convert

RGB 232 209 80 -
CMYK 0 0.10 0.66 0.09
HSL 50.92º 0.77% 0.61% -
HSV(B) 50.92º 0.66% 0.91% -
XYZ 57.53 63.34 16.78 -
YUV 201.17 59.62 149.99 -
System Red Green Blue C M Y K H S L
Decimal 232 209 80 0 0.10 0.66 0.09 50.92 0.77 0.61
Hex E8 D1 50 0 A 42 9 33 4D 3D
Octal 350 321 120 0 12 102 11 63 115 75
Binary 11101000 11010001 1010000 0 1010 1000010 1001 110011 1001101 111101

Color Harmonies of #E8D150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D150

Black with #E8D150

Text Example


Text Example

White with #E8D150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D150; }

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

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

background-color css

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

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

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

border-color css

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

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

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