Html Css Color HEX #ECC548 Festival

📋 copy color: '#ECC548'

red 236 ◦ green 197 ◦ blue 72

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

Shades of Festival #ECC548

Tints of Festival #ECC548

RGB

 RED value IS 236 (92.58% from 255) = 46.73%

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

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

R = 46.73%
G = 39.01%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECC548 (or 0xECC548) is known color: Festival. HEX triplet: EC, C5 and 48. RGB value is (236,197,72). Sum of RGB (Red+Green+Blue) = 236+197+72=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 72 (28.52% from 255 or 14.26% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC548 is #133AB7. Grayscale: #C2C2C2. Windows color (decimal): -1260216 or 4769260. OLE color: 4769260.

HSL color Cylindrical-coordinate representation of color #ECC548: hue angle of 45.73º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECC548 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 197 72 -
CMYK 0 0.17 0.69 0.07
HSL 45.73º 0.81% 0.6% -
HSV(B) 45.73º 0.69% 0.93% -
XYZ 55.73 58.23 14.43 -
YUV 194.41 58.92 157.66 -
System Red Green Blue C M Y K H S L
Decimal 236 197 72 0 0.17 0.69 0.07 45.73 0.81 0.6
Hex EC C5 48 0 11 45 7 2E 51 3C
Octal 354 305 110 0 21 105 7 56 121 74
Binary 11101100 11000101 1001000 0 10001 1000101 111 101110 1010001 111100

Color Harmonies of #ECC548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC548

Black with #ECC548

Text Example


Text Example

White with #ECC548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC548; }

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

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

background-color css

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

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

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

border-color css

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

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

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