Html Css Color HEX #EBC548 Festival

📋 copy color: '#EBC548'

red 235 ◦ green 197 ◦ blue 72

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

Shades of Festival #EBC548

Tints of Festival #EBC548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.29%

R = 46.63%
G = 39.09%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBC548 (or 0xEBC548) is known color: Festival. HEX triplet: EB, C5 and 48. RGB value is (235,197,72). Sum of RGB (Red+Green+Blue) = 235+197+72=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 72 (28.52% from 255 or 14.29% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC548 is #143AB7. Grayscale: #C2C2C2. Windows color (decimal): -1325752 or 4769259. OLE color: 4769259.

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

Color convert

RGB 235 197 72 -
CMYK 0 0.16 0.69 0.08
HSL 46.01º 0.8% 0.6% -
HSV(B) 46.01º 0.69% 0.92% -
XYZ 55.4 58.06 14.42 -
YUV 194.11 59.09 157.16 -
System Red Green Blue C M Y K H S L
Decimal 235 197 72 0 0.16 0.69 0.08 46.01 0.8 0.6
Hex EB C5 48 0 10 45 8 2E 50 3C
Octal 353 305 110 0 20 105 10 56 120 74
Binary 11101011 11000101 1001000 0 10000 1000101 1000 101110 1010000 111100

Color Harmonies of #EBC548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC548

Black with #EBC548

Text Example


Text Example

White with #EBC548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC548; }

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

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

background-color css

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

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

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

border-color css

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

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

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