Html Css Color HEX #E7C650 Festival

📋 copy color: '#E7C650'

red 231 ◦ green 198 ◦ blue 80

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

Shades of Festival #E7C650

Tints of Festival #E7C650

RGB

 RED value IS 231 (90.63% from 255) = 45.38%

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

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

R = 45.38%
G = 38.9%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E7C650 (or 0xE7C650) is known color: Festival. HEX triplet: E7, C6 and 50. RGB value is (231,198,80). Sum of RGB (Red+Green+Blue) = 231+198+80=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C650 is #1839AF. Grayscale: #C2C2C2. Windows color (decimal): -1587632 or 5293799. OLE color: 5293799.

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

Color convert

RGB 231 198 80 -
CMYK 0 0.14 0.65 0.09
HSL 46.89º 0.76% 0.61% -
HSV(B) 46.89º 0.65% 0.91% -
XYZ 54.6 57.96 15.9 -
YUV 194.42 63.43 154.09 -
System Red Green Blue C M Y K H S L
Decimal 231 198 80 0 0.14 0.65 0.09 46.89 0.76 0.61
Hex E7 C6 50 0 E 41 9 2F 4C 3D
Octal 347 306 120 0 16 101 11 57 114 75
Binary 11100111 11000110 1010000 0 1110 1000001 1001 101111 1001100 111101

Color Harmonies of #E7C650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C650

Black with #E7C650

Text Example


Text Example

White with #E7C650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C650; }

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

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

background-color css

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

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

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

border-color css

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

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

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