Html Css Color HEX #ECC946 Festival

📋 copy color: '#ECC946'

red 236 ◦ green 201 ◦ blue 70

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

Shades of Festival #ECC946

Tints of Festival #ECC946

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.64%

 BLUE value IS 70 (27.73% from 255) = 13.81%

R = 46.55%
G = 39.64%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ECC946 (or 0xECC946) is known color: Festival. HEX triplet: EC, C9 and 46. RGB value is (236,201,70). Sum of RGB (Red+Green+Blue) = 236+201+70=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC946 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC946 is #1336B9. Grayscale: #C5C5C5. Windows color (decimal): -1259194 or 4639212. OLE color: 4639212.

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

Color convert

RGB 236 201 70 -
CMYK 0 0.15 0.70 0.07
HSL 47.35º 0.81% 0.6% -
HSV(B) 47.35º 0.7% 0.93% -
XYZ 56.58 60.05 14.4 -
YUV 196.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 236 201 70 0 0.15 0.70 0.07 47.35 0.81 0.6
Hex EC C9 46 0 F 46 7 2F 51 3C
Octal 354 311 106 0 17 106 7 57 121 74
Binary 11101100 11001001 1000110 0 1111 1000110 111 101111 1010001 111100

Color Harmonies of #ECC946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC946

Black with #ECC946

Text Example


Text Example

White with #ECC946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC946; }

 p { color: rgb(236,201,70); }

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

background-color css

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

 a { background-color: rgb(236,201,70); }

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

border-color css

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

 span { border-color: rgb(236,201,70); }

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