Html Css Color HEX #E8C650 Festival

📋 copy color: '#E8C650'

red 232 ◦ green 198 ◦ blue 80

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

Shades of Festival #E8C650

Tints of Festival #E8C650

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.82%

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

R = 45.49%
G = 38.82%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8C650 (or 0xE8C650) is known color: Festival. HEX triplet: E8, C6 and 50. RGB value is (232,198,80). Sum of RGB (Red+Green+Blue) = 232+198+80=510 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.49% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C650 is #1739AF. Grayscale: #C3C3C3. Windows color (decimal): -1522096 or 5293800. OLE color: 5293800.

HSL color Cylindrical-coordinate representation of color #E8C650: hue angle of 46.58º 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 #E8C650 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 198 80 -
CMYK 0 0.15 0.66 0.09
HSL 46.58º 0.77% 0.61% -
HSV(B) 46.58º 0.66% 0.91% -
XYZ 54.92 58.12 15.91 -
YUV 194.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 232 198 80 0 0.15 0.66 0.09 46.58 0.77 0.61
Hex E8 C6 50 0 F 42 9 2F 4D 3D
Octal 350 306 120 0 17 102 11 57 115 75
Binary 11101000 11000110 1010000 0 1111 1000010 1001 101111 1001101 111101

Color Harmonies of #E8C650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C650

Black with #E8C650

Text Example


Text Example

White with #E8C650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C650; }

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

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

background-color css

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

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

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

border-color css

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

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

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