Html Css Color HEX #EBC547 Festival

📋 copy color: '#EBC547'

red 235 ◦ green 197 ◦ blue 71

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

Shades of Festival #EBC547

Tints of Festival #EBC547

RGB

 RED value IS 235 (92.19% from 255) = 46.72%

 GREEN value IS 197 (77.34% from 255) = 39.17%

 BLUE value IS 71 (28.13% from 255) = 14.12%

R = 46.72%
G = 39.17%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBC547 (or 0xEBC547) is known color: Festival. HEX triplet: EB, C5 and 47. RGB value is (235,197,71). Sum of RGB (Red+Green+Blue) = 235+197+71=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC547 is #143AB8. Grayscale: #C2C2C2. Windows color (decimal): -1325753 or 4703723. OLE color: 4703723.

HSL color Cylindrical-coordinate representation of color #EBC547: hue angle of 46.1º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBC547 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 71 -
CMYK 0 0.16 0.70 0.08
HSL 46.1º 0.8% 0.6% -
HSV(B) 46.1º 0.7% 0.92% -
XYZ 55.36 58.05 14.25 -
YUV 194 58.59 157.25 -
System Red Green Blue C M Y K H S L
Decimal 235 197 71 0 0.16 0.70 0.08 46.1 0.8 0.6
Hex EB C5 47 0 10 46 8 2E 50 3C
Octal 353 305 107 0 20 106 10 56 120 74
Binary 11101011 11000101 1000111 0 10000 1000110 1000 101110 1010000 111100

Color Harmonies of #EBC547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC547

Black with #EBC547

Text Example


Text Example

White with #EBC547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC547; }

 p { color: rgb(235,197,71); }

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

background-color css

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

 a { background-color: rgb(235,197,71); }

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

border-color css

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

 span { border-color: rgb(235,197,71); }

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